Html Css Color HEX #DFCF0D Sunflower

📋 copy color: '#DFCF0D'

red 223 ◦ green 207 ◦ blue 13

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

Shades of Sunflower #DFCF0D

Tints of Sunflower #DFCF0D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 46.73%

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

R = 50.34%
G = 46.73%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DFCF0D (or 0xDFCF0D) is known color: Sunflower. HEX triplet: DF, CF and 0D. RGB value is (223,207,13). Sum of RGB (Red+Green+Blue) = 223+207+13=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 207 (81.25% from 255 or 46.73% from 443); Blue value is 13 (5.47% from 255 or 2.93% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFCF0D is #2030F2. Grayscale: #BEBEBE. Windows color (decimal): -2109683 or 905183. OLE color: 905183.

HSL color Cylindrical-coordinate representation of color #DFCF0D: hue angle of 55.43º 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 #DFCF0D is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 207 13 -
CMYK 0 0.07 0.94 0.13
HSL 55.43º 0.89% 0.46% -
HSV(B) 55.43º 0.94% 0.87% -
XYZ 52.82 60.34 9.24 -
YUV 189.67 28.3 151.77 -
System Red Green Blue C M Y K H S L
Decimal 223 207 13 0 0.07 0.94 0.13 55.43 0.89 0.46
Hex DF CF D 0 7 5E D 37 59 2E
Octal 337 317 15 0 7 136 15 67 131 56
Binary 11011111 11001111 1101 0 111 1011110 1101 110111 1011001 101110

Color Harmonies of #DFCF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCF0D

Black with #DFCF0D

Text Example


Text Example

White with #DFCF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCF0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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