Html Css Color HEX #D6C32C Barberry

📋 copy color: '#D6C32C'

red 214 ◦ green 195 ◦ blue 44

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

Shades of Barberry #D6C32C

Tints of Barberry #D6C32C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.05%

 BLUE value IS 44 (17.58% from 255) = 9.71%

R = 47.24%
G = 43.05%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6C32C (or 0xD6C32C) is known color: Barberry. HEX triplet: D6, C3 and 2C. RGB value is (214,195,44). Sum of RGB (Red+Green+Blue) = 214+195+44=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 195 (76.56% from 255 or 43.05% from 453); Blue value is 44 (17.58% from 255 or 9.71% from 453); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C32C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C32C is #293CD3. Grayscale: #B8B8B8. Windows color (decimal): -2702548 or 2933718. OLE color: 2933718.

HSL color Cylindrical-coordinate representation of color #D6C32C: hue angle of 53.29º 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 #D6C32C is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 195 44 -
CMYK 0 0.09 0.79 0.16
HSL 53.29º 0.67% 0.51% -
HSV(B) 53.29º 0.79% 0.84% -
XYZ 47.7 53.51 10.2 -
YUV 183.47 49.29 149.78 -
System Red Green Blue C M Y K H S L
Decimal 214 195 44 0 0.09 0.79 0.16 53.29 0.67 0.51
Hex D6 C3 2C 0 9 4F 10 35 43 33
Octal 326 303 54 0 11 117 20 65 103 63
Binary 11010110 11000011 101100 0 1001 1001111 10000 110101 1000011 110011

Color Harmonies of #D6C32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C32C

Black with #D6C32C

Text Example


Text Example

White with #D6C32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C32C; }

 p { color: rgb(214,195,44); }

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

background-color css

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

 a { background-color: rgb(214,195,44); }

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

border-color css

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

 span { border-color: rgb(214,195,44); }

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