Html Css Color HEX #DFCC0D Sunflower

📋 copy color: '#DFCC0D'

red 223 ◦ green 204 ◦ blue 13

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

Shades of Sunflower #DFCC0D

Tints of Sunflower #DFCC0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.95%

R = 50.68%
G = 46.36%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DFCC0D (or 0xDFCC0D) is known color: Sunflower. HEX triplet: DF, CC and 0D. RGB value is (223,204,13). Sum of RGB (Red+Green+Blue) = 223+204+13=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 204 (80.08% from 255 or 46.36% from 440); Blue value is 13 (5.47% from 255 or 2.95% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFCC0D is #2033F2. Grayscale: #BCBCBC. Windows color (decimal): -2110451 or 904415. OLE color: 904415.

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

Color convert

RGB 223 204 13 -
CMYK 0 0.09 0.94 0.13
HSL 54.57º 0.89% 0.46% -
HSV(B) 54.57º 0.94% 0.87% -
XYZ 52.1 58.9 9 -
YUV 187.91 29.29 153.03 -
System Red Green Blue C M Y K H S L
Decimal 223 204 13 0 0.09 0.94 0.13 54.57 0.89 0.46
Hex DF CC D 0 9 5E D 37 59 2E
Octal 337 314 15 0 11 136 15 67 131 56
Binary 11011111 11001100 1101 0 1001 1011110 1101 110111 1011001 101110

Color Harmonies of #DFCC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCC0D

Black with #DFCC0D

Text Example


Text Example

White with #DFCC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCC0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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