Html Css Color HEX #DFCF14 Sunflower

📋 copy color: '#DFCF14'

red 223 ◦ green 207 ◦ blue 20

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

Shades of Sunflower #DFCF14

Tints of Sunflower #DFCF14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.44%

R = 49.56%
G = 46%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DFCF14 (or 0xDFCF14) is known color: Sunflower. HEX triplet: DF, CF and 14. RGB value is (223,207,20). Sum of RGB (Red+Green+Blue) = 223+207+20=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 207 (81.25% from 255 or 46% from 450); Blue value is 20 (8.20% from 255 or 4.44% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFCF14 is #2030EB. Grayscale: #BFBFBF. Windows color (decimal): -2109676 or 1363935. OLE color: 1363935.

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

Color convert

RGB 223 207 20 -
CMYK 0 0.07 0.91 0.13
HSL 55.27º 0.84% 0.48% -
HSV(B) 55.27º 0.91% 0.87% -
XYZ 52.87 60.36 9.53 -
YUV 190.47 31.8 151.21 -
System Red Green Blue C M Y K H S L
Decimal 223 207 20 0 0.07 0.91 0.13 55.27 0.84 0.48
Hex DF CF 14 0 7 5B D 37 54 30
Octal 337 317 24 0 7 133 15 67 124 60
Binary 11011111 11001111 10100 0 111 1011011 1101 110111 1010100 110000

Color Harmonies of #DFCF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCF14

Black with #DFCF14

Text Example


Text Example

White with #DFCF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCF14; }

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

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

background-color css

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

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

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

border-color css

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

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

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