Html Css Color HEX #D8C12B Barberry

📋 copy color: '#D8C12B'

red 216 ◦ green 193 ◦ blue 43

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

Shades of Barberry #D8C12B

Tints of Barberry #D8C12B

RGB

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

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

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

R = 47.79%
G = 42.7%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D8C12B (or 0xD8C12B) is known color: Barberry. HEX triplet: D8, C1 and 2B. RGB value is (216,193,43). Sum of RGB (Red+Green+Blue) = 216+193+43=452 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.79% from 452); Green value is 193 (75.78% from 255 or 42.70% from 452); Blue value is 43 (17.19% from 255 or 9.51% from 452); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C12B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C12B is #273ED4. Grayscale: #B7B7B7. Windows color (decimal): -2571989 or 2867672. OLE color: 2867672.

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

Color convert

RGB 216 193 43 -
CMYK 0 0.11 0.80 0.15
HSL 52.02º 0.69% 0.51% -
HSV(B) 52.02º 0.8% 0.85% -
XYZ 47.82 52.91 9.98 -
YUV 182.78 49.12 151.7 -
System Red Green Blue C M Y K H S L
Decimal 216 193 43 0 0.11 0.80 0.15 52.02 0.69 0.51
Hex D8 C1 2B 0 B 50 F 34 45 33
Octal 330 301 53 0 13 120 17 64 105 63
Binary 11011000 11000001 101011 0 1011 1010000 1111 110100 1000101 110011

Color Harmonies of #D8C12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C12B

Black with #D8C12B

Text Example


Text Example

White with #D8C12B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C12B; }

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

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

background-color css

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

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

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

border-color css

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

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

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