Html Css Color HEX #D0CF37 Wattle

📋 copy color: '#D0CF37'

red 208 ◦ green 207 ◦ blue 55

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

Shades of Wattle #D0CF37

Tints of Wattle #D0CF37

RGB

 RED value IS 208 (81.64% from 255) = 44.26%

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

 BLUE value IS 55 (21.88% from 255) = 11.7%

R = 44.26%
G = 44.04%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D0CF37 (or 0xD0CF37) is known color: Wattle. HEX triplet: D0, CF and 37. RGB value is (208,207,55). Sum of RGB (Red+Green+Blue) = 208+207+55=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 55 (21.88% from 255 or 11.70% from 470); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CF37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CF37 is #2F30C8. Grayscale: #BEBEBE. Windows color (decimal): -3092681 or 3657680. OLE color: 3657680.

HSL color Cylindrical-coordinate representation of color #D0CF37: hue angle of 59.61º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D0CF37 is Cyan = 0, Magento = 0.00, Yellow = 0.74 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 207 55 -
CMYK 0 0.00 0.74 0.18
HSL 59.61º 0.62% 0.52% -
HSV(B) 59.61º 0.74% 0.82% -
XYZ 49.01 58.31 12.29 -
YUV 189.97 51.83 140.86 -
System Red Green Blue C M Y K H S L
Decimal 208 207 55 0 0.00 0.74 0.18 59.61 0.62 0.52
Hex D0 CF 37 0 0 4A 12 3C 3E 34
Octal 320 317 67 0 0 112 22 74 76 64
Binary 11010000 11001111 110111 0 0 1001010 10010 111100 111110 110100

Color Harmonies of #D0CF37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CF37

Black with #D0CF37

Text Example


Text Example

White with #D0CF37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CF37; }

 p { color: rgb(208,207,55); }

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

background-color css

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

 a { background-color: rgb(208,207,55); }

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

border-color css

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

 span { border-color: rgb(208,207,55); }

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