Html Css Color HEX #D0C33E Wattle

📋 copy color: '#D0C33E'

red 208 ◦ green 195 ◦ blue 62

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

Shades of Wattle #D0C33E

Tints of Wattle #D0C33E

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.94%

 BLUE value IS 62 (24.61% from 255) = 13.33%

R = 44.73%
G = 41.94%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D0C33E (or 0xD0C33E) is known color: Wattle. HEX triplet: D0, C3 and 3E. RGB value is (208,195,62). Sum of RGB (Red+Green+Blue) = 208+195+62=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 195 (76.56% from 255 or 41.94% from 465); Blue value is 62 (24.61% from 255 or 13.33% from 465); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C33E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C33E is #2F3CC1. Grayscale: #B8B8B8. Windows color (decimal): -3095746 or 4113360. OLE color: 4113360.

HSL color Cylindrical-coordinate representation of color #D0C33E: hue angle of 54.66º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D0C33E is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 195 62 -
CMYK 0 0.06 0.70 0.18
HSL 54.66º 0.61% 0.53% -
HSV(B) 54.66º 0.7% 0.82% -
XYZ 46.4 52.79 12.3 -
YUV 183.73 59.31 145.31 -
System Red Green Blue C M Y K H S L
Decimal 208 195 62 0 0.06 0.70 0.18 54.66 0.61 0.53
Hex D0 C3 3E 0 6 46 12 37 3D 35
Octal 320 303 76 0 6 106 22 67 75 65
Binary 11010000 11000011 111110 0 110 1000110 10010 110111 111101 110101

Color Harmonies of #D0C33E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C33E

Black with #D0C33E

Text Example


Text Example

White with #D0C33E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C33E; }

 p { color: rgb(208,195,62); }

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

background-color css

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

 a { background-color: rgb(208,195,62); }

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

border-color css

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

 span { border-color: rgb(208,195,62); }

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