Html Css Color HEX #DFCD00 Sunflower

📋 copy color: '#DFCD00'

red 223 ◦ green 205 ◦ blue 0

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

Shades of Sunflower #DFCD00

Tints of Sunflower #DFCD00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.1%
G = 47.9%
B = 0%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DFCD00 (or 0xDFCD00) is known color: Sunflower. HEX triplet: DF, CD and 00. RGB value is (223,205,0). Sum of RGB (Red+Green+Blue) = 223+205+0=428 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.10% from 428); Green value is 205 (80.47% from 255 or 47.90% from 428); Blue value is 0 (0.39% from 255 or 0% from 428); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFCD00 is #2032FF. Grayscale: #BBBBBB. Windows color (decimal): -2110208 or 52703. OLE color: 52703.

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

Color convert

RGB 223 205 0 -
CMYK 0 0.08 1 0.13
HSL 55.16º 1% 0.44% -
HSV(B) 55.16º 1% 0.87% -
XYZ 52.26 59.35 8.7 -
YUV 187.01 22.46 153.67 -
System Red Green Blue C M Y K H S L
Decimal 223 205 0 0 0.08 1 0.13 55.16 1 0.44
Hex DF CD 0 0 8 64 D 37 64 2C
Octal 337 315 0 0 10 144 15 67 144 54
Binary 11011111 11001101 0 0 1000 1100100 1101 110111 1100100 101100

Color Harmonies of #DFCD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCD00

Black with #DFCD00

Text Example


Text Example

White with #DFCD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCD00; }

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

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

background-color css

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

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

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

border-color css

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

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

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