Html Css Color HEX #DFCD10 Sunflower

📋 copy color: '#DFCD10'

red 223 ◦ green 205 ◦ blue 16

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

Shades of Sunflower #DFCD10

Tints of Sunflower #DFCD10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.6%

R = 50.23%
G = 46.17%
B = 3.6%

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

#DFCD10 (or 0xDFCD10) is known color: Sunflower. HEX triplet: DF, CD and 10. RGB value is (223,205,16). Sum of RGB (Red+Green+Blue) = 223+205+16=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 205 (80.47% from 255 or 46.17% from 444); Blue value is 16 (6.64% from 255 or 3.60% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFCD10 is #2032EF. Grayscale: #BDBDBD. Windows color (decimal): -2110192 or 1101279. OLE color: 1101279.

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

Color convert

RGB 223 205 16 -
CMYK 0 0.08 0.93 0.13
HSL 54.78º 0.87% 0.47% -
HSV(B) 54.78º 0.93% 0.87% -
XYZ 52.36 59.39 9.19 -
YUV 188.84 30.46 152.37 -
System Red Green Blue C M Y K H S L
Decimal 223 205 16 0 0.08 0.93 0.13 54.78 0.87 0.47
Hex DF CD 10 0 8 5D D 37 57 2F
Octal 337 315 20 0 10 135 15 67 127 57
Binary 11011111 11001101 10000 0 1000 1011101 1101 110111 1010111 101111

Color Harmonies of #DFCD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCD10

Black with #DFCD10

Text Example


Text Example

White with #DFCD10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCD10; }

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

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

background-color css

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

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

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

border-color css

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

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

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