Html Css Color HEX #D0CE35 Wattle

📋 copy color: '#D0CE35'

red 208 ◦ green 206 ◦ blue 53

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

Shades of Wattle #D0CE35

Tints of Wattle #D0CE35

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.11%

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

R = 44.54%
G = 44.11%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D0CE35 (or 0xD0CE35) is known color: Wattle. HEX triplet: D0, CE and 35. RGB value is (208,206,53). Sum of RGB (Red+Green+Blue) = 208+206+53=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 206 (80.86% from 255 or 44.11% from 467); Blue value is 53 (21.09% from 255 or 11.35% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CE35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CE35 is #2F31CA. Grayscale: #BDBDBD. Windows color (decimal): -3092939 or 3526352. OLE color: 3526352.

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

Color convert

RGB 208 206 53 -
CMYK 0 0.01 0.75 0.18
HSL 59.23º 0.62% 0.51% -
HSV(B) 59.23º 0.75% 0.82% -
XYZ 48.73 57.81 11.96 -
YUV 189.16 51.16 141.44 -
System Red Green Blue C M Y K H S L
Decimal 208 206 53 0 0.01 0.75 0.18 59.23 0.62 0.51
Hex D0 CE 35 0 1 4B 12 3B 3E 33
Octal 320 316 65 0 1 113 22 73 76 63
Binary 11010000 11001110 110101 0 1 1001011 10010 111011 111110 110011

Color Harmonies of #D0CE35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CE35

Black with #D0CE35

Text Example


Text Example

White with #D0CE35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CE35; }

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

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

background-color css

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

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

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

border-color css

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

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

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