Html Css Color HEX #DFCF00 Bird Flower

📋 copy color: '#DFCF00'

red 223 ◦ green 207 ◦ blue 0

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

Shades of Bird Flower #DFCF00

Tints of Bird Flower #DFCF00

RGB

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

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

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

R = 51.86%
G = 48.14%
B = 0%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DFCF00 (or 0xDFCF00) is known color: Bird Flower. HEX triplet: DF, CF and 00. RGB value is (223,207,0). Sum of RGB (Red+Green+Blue) = 223+207+0=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 207 (81.25% from 255 or 48.14% from 430); Blue value is 0 (0.39% from 255 or 0% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFCF00 is #2030FF. Grayscale: #BDBDBD. Windows color (decimal): -2109696 or 53215. OLE color: 53215.

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

Color convert

RGB 223 207 0 -
CMYK 0 0.07 1 0.13
HSL 55.7º 1% 0.44% -
HSV(B) 55.7º 1% 0.87% -
XYZ 52.74 60.31 8.86 -
YUV 188.19 21.8 152.83 -
System Red Green Blue C M Y K H S L
Decimal 223 207 0 0 0.07 1 0.13 55.7 1 0.44
Hex DF CF 0 0 7 64 D 38 64 2C
Octal 337 317 0 0 7 144 15 70 144 54
Binary 11011111 11001111 0 0 111 1100100 1101 111000 1100100 101100

Color Harmonies of #DFCF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCF00

Black with #DFCF00

Text Example


Text Example

White with #DFCF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCF00; }

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

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

background-color css

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

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

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

border-color css

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

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

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