Html Css Color HEX #DFCD16 Sunflower

📋 copy color: '#DFCD16'

red 223 ◦ green 205 ◦ blue 22

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

Shades of Sunflower #DFCD16

Tints of Sunflower #DFCD16

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.56%

 BLUE value IS 22 (8.98% from 255) = 4.89%

R = 49.56%
G = 45.56%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DFCD16 (or 0xDFCD16) is known color: Sunflower. HEX triplet: DF, CD and 16. RGB value is (223,205,22). Sum of RGB (Red+Green+Blue) = 223+205+22=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 205 (80.47% from 255 or 45.56% from 450); Blue value is 22 (8.98% from 255 or 4.89% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFCD16 is #2032E9. Grayscale: #BEBEBE. Windows color (decimal): -2110186 or 1494495. OLE color: 1494495.

HSL color Cylindrical-coordinate representation of color #DFCD16: hue angle of 54.63º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DFCD16 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 205 22 -
CMYK 0 0.08 0.90 0.13
HSL 54.63º 0.82% 0.48% -
HSV(B) 54.63º 0.9% 0.87% -
XYZ 52.41 59.41 9.46 -
YUV 189.52 33.46 151.88 -
System Red Green Blue C M Y K H S L
Decimal 223 205 22 0 0.08 0.90 0.13 54.63 0.82 0.48
Hex DF CD 16 0 8 5A D 37 52 30
Octal 337 315 26 0 10 132 15 67 122 60
Binary 11011111 11001101 10110 0 1000 1011010 1101 110111 1010010 110000

Color Harmonies of #DFCD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCD16

Black with #DFCD16

Text Example


Text Example

White with #DFCD16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCD16; }

 p { color: rgb(223,205,22); }

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

background-color css

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

 a { background-color: rgb(223,205,22); }

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

border-color css

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

 span { border-color: rgb(223,205,22); }

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