Html Css Color HEX #D8C12A Barberry

📋 copy color: '#D8C12A'

red 216 ◦ green 193 ◦ blue 42

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

Shades of Barberry #D8C12A

Tints of Barberry #D8C12A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.79%

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

R = 47.89%
G = 42.79%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D8C12A (or 0xD8C12A) is known color: Barberry. HEX triplet: D8, C1 and 2A. RGB value is (216,193,42). Sum of RGB (Red+Green+Blue) = 216+193+42=451 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.89% from 451); Green value is 193 (75.78% from 255 or 42.79% from 451); Blue value is 42 (16.80% from 255 or 9.31% from 451); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C12A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C12A is #273ED5. Grayscale: #B7B7B7. Windows color (decimal): -2571990 or 2802136. OLE color: 2802136.

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

Color convert

RGB 216 193 42 -
CMYK 0 0.11 0.81 0.15
HSL 52.07º 0.69% 0.51% -
HSV(B) 52.07º 0.81% 0.85% -
XYZ 47.81 52.91 9.88 -
YUV 182.66 48.62 151.78 -
System Red Green Blue C M Y K H S L
Decimal 216 193 42 0 0.11 0.81 0.15 52.07 0.69 0.51
Hex D8 C1 2A 0 B 51 F 34 45 33
Octal 330 301 52 0 13 121 17 64 105 63
Binary 11011000 11000001 101010 0 1011 1010001 1111 110100 1000101 110011

Color Harmonies of #D8C12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C12A

Black with #D8C12A

Text Example


Text Example

White with #D8C12A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C12A; }

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

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

background-color css

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

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

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

border-color css

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

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

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