Html Css Color HEX #DDBB02 Sunflower

📋 copy color: '#DDBB02'

red 221 ◦ green 187 ◦ blue 2

#DDBB02
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sunflower #DDBB02

Tints of Sunflower #DDBB02

RGB

 RED value IS 221 (86.72% from 255) = 53.9%

 GREEN value IS 187 (73.44% from 255) = 45.61%

 BLUE value IS 2 (1.17% from 255) = 0.49%

R = 53.9%
G = 45.61%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.99

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DDBB02 (or 0xDDBB02) is known color: Sunflower. HEX triplet: DD, BB and 02. RGB value is (221,187,2). Sum of RGB (Red+Green+Blue) = 221+187+2=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 187 (73.44% from 255 or 45.61% from 410); Blue value is 2 (1.17% from 255 or 0.49% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBB02 is #2244FD. Grayscale: #B0B0B0. Windows color (decimal): -2245886 or 179165. OLE color: 179165.

HSL color Cylindrical-coordinate representation of color #DDBB02: hue angle of 50.68º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DDBB02 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 187 2 -
CMYK 0 0.15 0.99 0.13
HSL 50.68º 0.98% 0.44% -
HSV(B) 50.68º 0.99% 0.87% -
XYZ 47.6 50.92 7.38 -
YUV 176.08 29.76 160.04 -
System Red Green Blue C M Y K H S L
Decimal 221 187 2 0 0.15 0.99 0.13 50.68 0.98 0.44
Hex DD BB 2 0 F 63 D 33 62 2C
Octal 335 273 2 0 17 143 15 63 142 54
Binary 11011101 10111011 10 0 1111 1100011 1101 110011 1100010 101100

Color Harmonies of #DDBB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBB02

Black with #DDBB02

Text Example


Text Example

White with #DDBB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBB02; }

 p { color: rgb(221,187,2); }

 H1.HeaderClassName
 {
   color: #DDBB02;
 }
 .AnyTagClassName
 {
   color: #DDBB02;
 }
</style>

background-color css

<style>
 a { background-color: #DDBB02; }

 a { background-color: rgb(221,187,2); }

 div.DivClassName
 {
   background-color: #DDBB02;
 }
 .BgClassName
 {
   background-color: #DDBB02;
 }
</style>

border-color css

<style>
 span { border-color: #DDBB02; }

 span { border-color: rgb(221,187,2); }

 td.TdClassName
 {
   border-color: #DDBB02;
 }
 .TagClassName
 {
   border-color: #DDBB02;
 }
</style>