Html Css Color HEX #D6CB2E Wattle

📋 copy color: '#D6CB2E'

red 214 ◦ green 203 ◦ blue 46

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

Shades of Wattle #D6CB2E

Tints of Wattle #D6CB2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.94%

R = 46.22%
G = 43.84%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6CB2E (or 0xD6CB2E) is known color: Wattle. HEX triplet: D6, CB and 2E. RGB value is (214,203,46). Sum of RGB (Red+Green+Blue) = 214+203+46=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 203 (79.69% from 255 or 43.84% from 463); Blue value is 46 (18.36% from 255 or 9.94% from 463); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CB2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CB2E is #2934D1. Grayscale: #BDBDBD. Windows color (decimal): -2700498 or 3066838. OLE color: 3066838.

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

Color convert

RGB 214 203 46 -
CMYK 0 0.05 0.79 0.16
HSL 56.07º 0.67% 0.51% -
HSV(B) 56.07º 0.79% 0.84% -
XYZ 49.58 57.21 11.01 -
YUV 188.39 47.64 146.27 -
System Red Green Blue C M Y K H S L
Decimal 214 203 46 0 0.05 0.79 0.16 56.07 0.67 0.51
Hex D6 CB 2E 0 5 4F 10 38 43 33
Octal 326 313 56 0 5 117 20 70 103 63
Binary 11010110 11001011 101110 0 101 1001111 10000 111000 1000011 110011

Color Harmonies of #D6CB2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CB2E

Black with #D6CB2E

Text Example


Text Example

White with #D6CB2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CB2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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