Html Css Color HEX #DFCD06 Sunflower

📋 copy color: '#DFCD06'

red 223 ◦ green 205 ◦ blue 6

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

Shades of Sunflower #DFCD06

Tints of Sunflower #DFCD06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.38%

R = 51.38%
G = 47.24%
B = 1.38%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DFCD06 (or 0xDFCD06) is known color: Sunflower. HEX triplet: DF, CD and 06. RGB value is (223,205,6). Sum of RGB (Red+Green+Blue) = 223+205+6=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 205 (80.47% from 255 or 47.24% from 434); Blue value is 6 (2.73% from 255 or 1.38% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFCD06 is #2032F9. Grayscale: #BCBCBC. Windows color (decimal): -2110202 or 445919. OLE color: 445919.

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

Color convert

RGB 223 205 6 -
CMYK 0 0.08 0.97 0.13
HSL 55.02º 0.95% 0.45% -
HSV(B) 55.02º 0.97% 0.87% -
XYZ 52.3 59.36 8.87 -
YUV 187.7 25.46 153.18 -
System Red Green Blue C M Y K H S L
Decimal 223 205 6 0 0.08 0.97 0.13 55.02 0.95 0.45
Hex DF CD 6 0 8 61 D 37 5F 2D
Octal 337 315 6 0 10 141 15 67 137 55
Binary 11011111 11001101 110 0 1000 1100001 1101 110111 1011111 101101

Color Harmonies of #DFCD06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCD06

Black with #DFCD06

Text Example


Text Example

White with #DFCD06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCD06; }

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

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

background-color css

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

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

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

border-color css

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

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

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