Html Css Color HEX #D8CB2A Barberry

📋 copy color: '#D8CB2A'

red 216 ◦ green 203 ◦ blue 42

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

Shades of Barberry #D8CB2A

Tints of Barberry #D8CB2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.11%

R = 46.85%
G = 44.03%
B = 9.11%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D8CB2A (or 0xD8CB2A) is known color: Barberry. HEX triplet: D8, CB and 2A. RGB value is (216,203,42). Sum of RGB (Red+Green+Blue) = 216+203+42=461 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.85% from 461); Green value is 203 (79.69% from 255 or 44.03% from 461); Blue value is 42 (16.80% from 255 or 9.11% from 461); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CB2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8CB2A is #2734D5. Grayscale: #BDBDBD. Windows color (decimal): -2569430 or 2804696. OLE color: 2804696.

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

Color convert

RGB 216 203 42 -
CMYK 0 0.06 0.81 0.15
HSL 55.52º 0.69% 0.51% -
HSV(B) 55.52º 0.81% 0.85% -
XYZ 50.09 57.48 10.64 -
YUV 188.53 45.31 147.59 -
System Red Green Blue C M Y K H S L
Decimal 216 203 42 0 0.06 0.81 0.15 55.52 0.69 0.51
Hex D8 CB 2A 0 6 51 F 38 45 33
Octal 330 313 52 0 6 121 17 70 105 63
Binary 11011000 11001011 101010 0 110 1010001 1111 111000 1000101 110011

Color Harmonies of #D8CB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CB2A

Black with #D8CB2A

Text Example


Text Example

White with #D8CB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CB2A; }

 p { color: rgb(216,203,42); }

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

background-color css

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

 a { background-color: rgb(216,203,42); }

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

border-color css

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

 span { border-color: rgb(216,203,42); }

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