Html Css Color HEX #D8CA2B Barberry

📋 copy color: '#D8CA2B'

red 216 ◦ green 202 ◦ blue 43

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

Shades of Barberry #D8CA2B

Tints of Barberry #D8CA2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.33%

R = 46.85%
G = 43.82%
B = 9.33%

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

#D8CA2B (or 0xD8CA2B) is known color: Barberry. HEX triplet: D8, CA and 2B. RGB value is (216,202,43). Sum of RGB (Red+Green+Blue) = 216+202+43=461 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.85% from 461); Green value is 202 (79.30% from 255 or 43.82% from 461); Blue value is 43 (17.19% from 255 or 9.33% from 461); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CA2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8CA2B is #2735D4. Grayscale: #BCBCBC. Windows color (decimal): -2569685 or 2869976. OLE color: 2869976.

HSL color Cylindrical-coordinate representation of color #D8CA2B: hue angle of 55.14º 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 #D8CA2B is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 202 43 -
CMYK 0 0.06 0.80 0.15
HSL 55.14º 0.69% 0.51% -
HSV(B) 55.14º 0.8% 0.85% -
XYZ 49.88 57.01 10.66 -
YUV 188.06 46.14 147.93 -
System Red Green Blue C M Y K H S L
Decimal 216 202 43 0 0.06 0.80 0.15 55.14 0.69 0.51
Hex D8 CA 2B 0 6 50 F 37 45 33
Octal 330 312 53 0 6 120 17 67 105 63
Binary 11011000 11001010 101011 0 110 1010000 1111 110111 1000101 110011

Color Harmonies of #D8CA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CA2B

Black with #D8CA2B

Text Example


Text Example

White with #D8CA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CA2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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