Html Css Color HEX #D5CB3B Wattle

📋 copy color: '#D5CB3B'

red 213 ◦ green 203 ◦ blue 59

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

Shades of Wattle #D5CB3B

Tints of Wattle #D5CB3B

RGB

 RED value IS 213 (83.59% from 255) = 44.84%

 GREEN value IS 203 (79.69% from 255) = 42.74%

 BLUE value IS 59 (23.44% from 255) = 12.42%

R = 44.84%
G = 42.74%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D5CB3B (or 0xD5CB3B) is known color: Wattle. HEX triplet: D5, CB and 3B. RGB value is (213,203,59). Sum of RGB (Red+Green+Blue) = 213+203+59=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 203 (79.69% from 255 or 42.74% from 475); Blue value is 59 (23.44% from 255 or 12.42% from 475); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CB3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CB3B is #2A34C4. Grayscale: #BEBEBE. Windows color (decimal): -2766021 or 3918805. OLE color: 3918805.

HSL color Cylindrical-coordinate representation of color #D5CB3B: hue angle of 56.1º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D5CB3B is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 203 59 -
CMYK 0 0.05 0.72 0.16
HSL 56.1º 0.65% 0.53% -
HSV(B) 56.1º 0.72% 0.84% -
XYZ 49.59 57.17 12.56 -
YUV 189.57 54.31 144.71 -
System Red Green Blue C M Y K H S L
Decimal 213 203 59 0 0.05 0.72 0.16 56.1 0.65 0.53
Hex D5 CB 3B 0 5 48 10 38 41 35
Octal 325 313 73 0 5 110 20 70 101 65
Binary 11010101 11001011 111011 0 101 1001000 10000 111000 1000001 110101

Color Harmonies of #D5CB3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CB3B

Black with #D5CB3B

Text Example


Text Example

White with #D5CB3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CB3B; }

 p { color: rgb(213,203,59); }

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

background-color css

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

 a { background-color: rgb(213,203,59); }

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

border-color css

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

 span { border-color: rgb(213,203,59); }

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