Html Css Color HEX #D0CF35 Wattle

📋 copy color: '#D0CF35'

red 208 ◦ green 207 ◦ blue 53

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

Shades of Wattle #D0CF35

Tints of Wattle #D0CF35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.32%

R = 44.44%
G = 44.23%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D0CF35 (or 0xD0CF35) is known color: Wattle. HEX triplet: D0, CF and 35. RGB value is (208,207,53). Sum of RGB (Red+Green+Blue) = 208+207+53=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 207 (81.25% from 255 or 44.23% from 468); Blue value is 53 (21.09% from 255 or 11.32% from 468); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CF35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CF35 is #2F30CA. Grayscale: #BEBEBE. Windows color (decimal): -3092683 or 3526608. OLE color: 3526608.

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

Color convert

RGB 208 207 53 -
CMYK 0 0.00 0.75 0.18
HSL 59.61º 0.62% 0.51% -
HSV(B) 59.61º 0.75% 0.82% -
XYZ 48.97 58.29 12.04 -
YUV 189.74 50.83 141.02 -
System Red Green Blue C M Y K H S L
Decimal 208 207 53 0 0.00 0.75 0.18 59.61 0.62 0.51
Hex D0 CF 35 0 0 4B 12 3C 3E 33
Octal 320 317 65 0 0 113 22 74 76 63
Binary 11010000 11001111 110101 0 0 1001011 10010 111100 111110 110011

Color Harmonies of #D0CF35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CF35

Black with #D0CF35

Text Example


Text Example

White with #D0CF35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CF35; }

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

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

background-color css

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

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

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

border-color css

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

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

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