Html Css Color HEX #D8CA2C Barberry

📋 copy color: '#D8CA2C'

red 216 ◦ green 202 ◦ blue 44

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

Shades of Barberry #D8CA2C

Tints of Barberry #D8CA2C

RGB

 RED value IS 216 (84.77% from 255) = 46.75%

 GREEN value IS 202 (79.3% from 255) = 43.72%

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

R = 46.75%
G = 43.72%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D8CA2C (or 0xD8CA2C) is known color: Barberry. HEX triplet: D8, CA and 2C. RGB value is (216,202,44). Sum of RGB (Red+Green+Blue) = 216+202+44=462 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.75% from 462); Green value is 202 (79.30% from 255 or 43.72% from 462); Blue value is 44 (17.58% from 255 or 9.52% from 462); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CA2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8CA2C is #2735D3. Grayscale: #BCBCBC. Windows color (decimal): -2569684 or 2935512. OLE color: 2935512.

HSL color Cylindrical-coordinate representation of color #D8CA2C: hue angle of 55.12º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D8CA2C is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 202 44 -
CMYK 0 0.06 0.80 0.15
HSL 55.12º 0.69% 0.51% -
HSV(B) 55.12º 0.8% 0.85% -
XYZ 49.89 57.02 10.76 -
YUV 188.17 46.64 147.85 -
System Red Green Blue C M Y K H S L
Decimal 216 202 44 0 0.06 0.80 0.15 55.12 0.69 0.51
Hex D8 CA 2C 0 6 50 F 37 45 33
Octal 330 312 54 0 6 120 17 67 105 63
Binary 11011000 11001010 101100 0 110 1010000 1111 110111 1000101 110011

Color Harmonies of #D8CA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CA2C

Black with #D8CA2C

Text Example


Text Example

White with #D8CA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CA2C; }

 p { color: rgb(216,202,44); }

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

background-color css

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

 a { background-color: rgb(216,202,44); }

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

border-color css

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

 span { border-color: rgb(216,202,44); }

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