Html Css Color HEX #D8CC1A Barberry

📋 copy color: '#D8CC1A'

red 216 ◦ green 204 ◦ blue 26

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

Shades of Barberry #D8CC1A

Tints of Barberry #D8CC1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.83%

R = 48.43%
G = 45.74%
B = 5.83%

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

#D8CC1A (or 0xD8CC1A) is known color: Barberry. HEX triplet: D8, CC and 1A. RGB value is (216,204,26). Sum of RGB (Red+Green+Blue) = 216+204+26=446 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.43% from 446); Green value is 204 (80.08% from 255 or 45.74% from 446); Blue value is 26 (10.55% from 255 or 5.83% from 446); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CC1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8CC1A is #2733E5. Grayscale: #BCBCBC. Windows color (decimal): -2569190 or 1756376. OLE color: 1756376.

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

Color convert

RGB 216 204 26 -
CMYK 0 0.06 0.88 0.15
HSL 56.21º 0.79% 0.47% -
HSV(B) 56.21º 0.88% 0.85% -
XYZ 50.1 57.86 9.5 -
YUV 187.3 36.98 148.47 -
System Red Green Blue C M Y K H S L
Decimal 216 204 26 0 0.06 0.88 0.15 56.21 0.79 0.47
Hex D8 CC 1A 0 6 58 F 38 4F 2F
Octal 330 314 32 0 6 130 17 70 117 57
Binary 11011000 11001100 11010 0 110 1011000 1111 111000 1001111 101111

Color Harmonies of #D8CC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CC1A

Black with #D8CC1A

Text Example


Text Example

White with #D8CC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CC1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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