Html Css Color HEX #DFCD0F Sunflower

📋 copy color: '#DFCD0F'

red 223 ◦ green 205 ◦ blue 15

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

Shades of Sunflower #DFCD0F

Tints of Sunflower #DFCD0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.39%

R = 50.34%
G = 46.28%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DFCD0F (or 0xDFCD0F) is known color: Sunflower. HEX triplet: DF, CD and 0F. RGB value is (223,205,15). Sum of RGB (Red+Green+Blue) = 223+205+15=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 205 (80.47% from 255 or 46.28% from 443); Blue value is 15 (6.25% from 255 or 3.39% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFCD0F is #2032F0. Grayscale: #BDBDBD. Windows color (decimal): -2110193 or 1035743. OLE color: 1035743.

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

Color convert

RGB 223 205 15 -
CMYK 0 0.08 0.93 0.13
HSL 54.81º 0.87% 0.47% -
HSV(B) 54.81º 0.93% 0.87% -
XYZ 52.35 59.39 9.16 -
YUV 188.72 29.96 152.45 -
System Red Green Blue C M Y K H S L
Decimal 223 205 15 0 0.08 0.93 0.13 54.81 0.87 0.47
Hex DF CD F 0 8 5D D 37 57 2F
Octal 337 315 17 0 10 135 15 67 127 57
Binary 11011111 11001101 1111 0 1000 1011101 1101 110111 1010111 101111

Color Harmonies of #DFCD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCD0F

Black with #DFCD0F

Text Example


Text Example

White with #DFCD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCD0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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