Html Css Color HEX #DFCF31 Wattle

📋 copy color: '#DFCF31'

red 223 ◦ green 207 ◦ blue 49

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

Shades of Wattle #DFCF31

Tints of Wattle #DFCF31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.23%

R = 46.56%
G = 43.22%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DFCF31 (or 0xDFCF31) is known color: Wattle. HEX triplet: DF, CF and 31. RGB value is (223,207,49). Sum of RGB (Red+Green+Blue) = 223+207+49=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 207 (81.25% from 255 or 43.22% from 479); Blue value is 49 (19.53% from 255 or 10.23% from 479); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCF31 is #2030CE. Grayscale: #C2C2C2. Windows color (decimal): -2109647 or 3264479. OLE color: 3264479.

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

Color convert

RGB 223 207 49 -
CMYK 0 0.07 0.78 0.13
HSL 54.48º 0.73% 0.53% -
HSV(B) 54.48º 0.78% 0.87% -
XYZ 53.3 60.54 11.78 -
YUV 193.77 46.3 148.85 -
System Red Green Blue C M Y K H S L
Decimal 223 207 49 0 0.07 0.78 0.13 54.48 0.73 0.53
Hex DF CF 31 0 7 4E D 36 49 35
Octal 337 317 61 0 7 116 15 66 111 65
Binary 11011111 11001111 110001 0 111 1001110 1101 110110 1001001 110101

Color Harmonies of #DFCF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCF31

Black with #DFCF31

Text Example


Text Example

White with #DFCF31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCF31; }

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

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

background-color css

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

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

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

border-color css

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

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

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