Html Css Color HEX #D0C134 Wattle

📋 copy color: '#D0C134'

red 208 ◦ green 193 ◦ blue 52

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

Shades of Wattle #D0C134

Tints of Wattle #D0C134

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.6%

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

R = 45.92%
G = 42.6%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D0C134 (or 0xD0C134) is known color: Wattle. HEX triplet: D0, C1 and 34. RGB value is (208,193,52). Sum of RGB (Red+Green+Blue) = 208+193+52=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 193 (75.78% from 255 or 42.60% from 453); Blue value is 52 (20.70% from 255 or 11.48% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C134 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C134 is #2F3ECB. Grayscale: #B5B5B5. Windows color (decimal): -3096268 or 3457488. OLE color: 3457488.

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

Color convert

RGB 208 193 52 -
CMYK 0 0.07 0.75 0.18
HSL 54.23º 0.62% 0.51% -
HSV(B) 54.23º 0.75% 0.82% -
XYZ 45.7 51.8 10.84 -
YUV 181.41 54.97 146.96 -
System Red Green Blue C M Y K H S L
Decimal 208 193 52 0 0.07 0.75 0.18 54.23 0.62 0.51
Hex D0 C1 34 0 7 4B 12 36 3E 33
Octal 320 301 64 0 7 113 22 66 76 63
Binary 11010000 11000001 110100 0 111 1001011 10010 110110 111110 110011

Color Harmonies of #D0C134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C134

Black with #D0C134

Text Example


Text Example

White with #D0C134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C134; }

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

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

background-color css

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

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

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

border-color css

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

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

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