Html Css Color HEX #D6CB2F Wattle

📋 copy color: '#D6CB2F'

red 214 ◦ green 203 ◦ blue 47

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

Shades of Wattle #D6CB2F

Tints of Wattle #D6CB2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.13%

R = 46.12%
G = 43.75%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D6CB2F (or 0xD6CB2F) is known color: Wattle. HEX triplet: D6, CB and 2F. RGB value is (214,203,47). Sum of RGB (Red+Green+Blue) = 214+203+47=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 203 (79.69% from 255 or 43.75% from 464); Blue value is 47 (18.75% from 255 or 10.13% from 464); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CB2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CB2F is #2934D0. Grayscale: #BDBDBD. Windows color (decimal): -2700497 or 3132374. OLE color: 3132374.

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

Color convert

RGB 214 203 47 -
CMYK 0 0.05 0.78 0.16
HSL 56.05º 0.67% 0.51% -
HSV(B) 56.05º 0.78% 0.84% -
XYZ 49.6 57.21 11.12 -
YUV 188.51 48.14 146.18 -
System Red Green Blue C M Y K H S L
Decimal 214 203 47 0 0.05 0.78 0.16 56.05 0.67 0.51
Hex D6 CB 2F 0 5 4E 10 38 43 33
Octal 326 313 57 0 5 116 20 70 103 63
Binary 11010110 11001011 101111 0 101 1001110 10000 111000 1000011 110011

Color Harmonies of #D6CB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CB2F

Black with #D6CB2F

Text Example


Text Example

White with #D6CB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CB2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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