Html Css Color HEX #D8C52A Barberry

📋 copy color: '#D8C52A'

red 216 ◦ green 197 ◦ blue 42

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

Shades of Barberry #D8C52A

Tints of Barberry #D8C52A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.3%

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

R = 47.47%
G = 43.3%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D8C52A (or 0xD8C52A) is known color: Barberry. HEX triplet: D8, C5 and 2A. RGB value is (216,197,42). Sum of RGB (Red+Green+Blue) = 216+197+42=455 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.47% from 455); Green value is 197 (77.34% from 255 or 43.30% from 455); Blue value is 42 (16.80% from 255 or 9.23% from 455); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C52A is #273AD5. Grayscale: #B9B9B9. Windows color (decimal): -2570966 or 2803160. OLE color: 2803160.

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

Color convert

RGB 216 197 42 -
CMYK 0 0.09 0.81 0.15
HSL 53.45º 0.69% 0.51% -
HSV(B) 53.45º 0.81% 0.85% -
XYZ 48.7 54.7 10.18 -
YUV 185.01 47.29 150.1 -
System Red Green Blue C M Y K H S L
Decimal 216 197 42 0 0.09 0.81 0.15 53.45 0.69 0.51
Hex D8 C5 2A 0 9 51 F 35 45 33
Octal 330 305 52 0 11 121 17 65 105 63
Binary 11011000 11000101 101010 0 1001 1010001 1111 110101 1000101 110011

Color Harmonies of #D8C52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C52A

Black with #D8C52A

Text Example


Text Example

White with #D8C52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C52A; }

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

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

background-color css

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

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

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

border-color css

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

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

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