Html Css Color HEX #DFCC0B Sunflower

📋 copy color: '#DFCC0B'

red 223 ◦ green 204 ◦ blue 11

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

Shades of Sunflower #DFCC0B

Tints of Sunflower #DFCC0B

RGB

 RED value IS 223 (87.5% from 255) = 50.91%

 GREEN value IS 204 (80.08% from 255) = 46.58%

 BLUE value IS 11 (4.69% from 255) = 2.51%

R = 50.91%
G = 46.58%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DFCC0B (or 0xDFCC0B) is known color: Sunflower. HEX triplet: DF, CC and 0B. RGB value is (223,204,11). Sum of RGB (Red+Green+Blue) = 223+204+11=438 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.91% from 438); Green value is 204 (80.08% from 255 or 46.58% from 438); Blue value is 11 (4.69% from 255 or 2.51% from 438); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFCC0B is #2033F4. Grayscale: #BCBCBC. Windows color (decimal): -2110453 or 773343. OLE color: 773343.

HSL color Cylindrical-coordinate representation of color #DFCC0B: hue angle of 54.62º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DFCC0B is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 204 11 -
CMYK 0 0.09 0.95 0.13
HSL 54.62º 0.91% 0.46% -
HSV(B) 54.62º 0.95% 0.87% -
XYZ 52.08 58.9 8.94 -
YUV 187.68 28.29 153.19 -
System Red Green Blue C M Y K H S L
Decimal 223 204 11 0 0.09 0.95 0.13 54.62 0.91 0.46
Hex DF CC B 0 9 5F D 37 5B 2E
Octal 337 314 13 0 11 137 15 67 133 56
Binary 11011111 11001100 1011 0 1001 1011111 1101 110111 1011011 101110

Color Harmonies of #DFCC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCC0B

Black with #DFCC0B

Text Example


Text Example

White with #DFCC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCC0B; }

 p { color: rgb(223,204,11); }

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

background-color css

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

 a { background-color: rgb(223,204,11); }

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

border-color css

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

 span { border-color: rgb(223,204,11); }

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