Html Css Color HEX #D8CC1B Barberry

📋 copy color: '#D8CC1B'

red 216 ◦ green 204 ◦ blue 27

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

Shades of Barberry #D8CC1B

Tints of Barberry #D8CC1B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.64%

 BLUE value IS 27 (10.94% from 255) = 6.04%

R = 48.32%
G = 45.64%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D8CC1B (or 0xD8CC1B) is known color: Barberry. HEX triplet: D8, CC and 1B. RGB value is (216,204,27). Sum of RGB (Red+Green+Blue) = 216+204+27=447 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.32% from 447); Green value is 204 (80.08% from 255 or 45.64% from 447); Blue value is 27 (10.94% from 255 or 6.04% from 447); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CC1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8CC1B is #2733E4. Grayscale: #BCBCBC. Windows color (decimal): -2569189 or 1821912. OLE color: 1821912.

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

Color convert

RGB 216 204 27 -
CMYK 0 0.06 0.88 0.15
HSL 56.19º 0.78% 0.48% -
HSV(B) 56.19º 0.88% 0.85% -
XYZ 50.11 57.86 9.56 -
YUV 187.41 37.48 148.39 -
System Red Green Blue C M Y K H S L
Decimal 216 204 27 0 0.06 0.88 0.15 56.19 0.78 0.48
Hex D8 CC 1B 0 6 58 F 38 4E 30
Octal 330 314 33 0 6 130 17 70 116 60
Binary 11011000 11001100 11011 0 110 1011000 1111 111000 1001110 110000

Color Harmonies of #D8CC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CC1B

Black with #D8CC1B

Text Example


Text Example

White with #D8CC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CC1B; }

 p { color: rgb(216,204,27); }

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

background-color css

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

 a { background-color: rgb(216,204,27); }

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

border-color css

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

 span { border-color: rgb(216,204,27); }

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