Html Css Color HEX #D6CB3B Wattle

📋 copy color: '#D6CB3B'

red 214 ◦ green 203 ◦ blue 59

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

Shades of Wattle #D6CB3B

Tints of Wattle #D6CB3B

RGB

 RED value IS 214 (83.98% from 255) = 44.96%

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

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

R = 44.96%
G = 42.65%
B = 12.39%

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

#D6CB3B (or 0xD6CB3B) is known color: Wattle. HEX triplet: D6, CB and 3B. RGB value is (214,203,59). Sum of RGB (Red+Green+Blue) = 214+203+59=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 203 (79.69% from 255 or 42.65% from 476); Blue value is 59 (23.44% from 255 or 12.39% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CB3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CB3B is #2934C4. Grayscale: #BEBEBE. Windows color (decimal): -2700485 or 3918806. OLE color: 3918806.

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

Color convert

RGB 214 203 59 -
CMYK 0 0.05 0.72 0.16
HSL 55.74º 0.65% 0.54% -
HSV(B) 55.74º 0.72% 0.84% -
XYZ 49.88 57.32 12.57 -
YUV 189.87 54.14 145.21 -
System Red Green Blue C M Y K H S L
Decimal 214 203 59 0 0.05 0.72 0.16 55.74 0.65 0.54
Hex D6 CB 3B 0 5 48 10 38 41 36
Octal 326 313 73 0 5 110 20 70 101 66
Binary 11010110 11001011 111011 0 101 1001000 10000 111000 1000001 110110

Color Harmonies of #D6CB3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CB3B

Black with #D6CB3B

Text Example


Text Example

White with #D6CB3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CB3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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