Html Css Color HEX #D0C834 Wattle

📋 copy color: '#D0C834'

red 208 ◦ green 200 ◦ blue 52

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

Shades of Wattle #D0C834

Tints of Wattle #D0C834

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.48%

 BLUE value IS 52 (20.7% from 255) = 11.3%

R = 45.22%
G = 43.48%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D0C834 (or 0xD0C834) is known color: Wattle. HEX triplet: D0, C8 and 34. RGB value is (208,200,52). Sum of RGB (Red+Green+Blue) = 208+200+52=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 200 (78.52% from 255 or 43.48% from 460); Blue value is 52 (20.70% from 255 or 11.30% from 460); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C834 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C834 is #2F37CB. Grayscale: #BABABA. Windows color (decimal): -3094476 or 3459280. OLE color: 3459280.

HSL color Cylindrical-coordinate representation of color #D0C834: hue angle of 56.92º 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 #D0C834 is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 200 52 -
CMYK 0 0.04 0.75 0.18
HSL 56.92º 0.62% 0.51% -
HSV(B) 56.92º 0.75% 0.82% -
XYZ 47.29 54.97 11.37 -
YUV 185.52 52.65 144.03 -
System Red Green Blue C M Y K H S L
Decimal 208 200 52 0 0.04 0.75 0.18 56.92 0.62 0.51
Hex D0 C8 34 0 4 4B 12 39 3E 33
Octal 320 310 64 0 4 113 22 71 76 63
Binary 11010000 11001000 110100 0 100 1001011 10010 111001 111110 110011

Color Harmonies of #D0C834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C834

Black with #D0C834

Text Example


Text Example

White with #D0C834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C834; }

 p { color: rgb(208,200,52); }

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

background-color css

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

 a { background-color: rgb(208,200,52); }

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

border-color css

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

 span { border-color: rgb(208,200,52); }

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