Html Css Color HEX #D5CC2C Barberry

📋 copy color: '#D5CC2C'

red 213 ◦ green 204 ◦ blue 44

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

Shades of Barberry #D5CC2C

Tints of Barberry #D5CC2C

RGB

 RED value IS 213 (83.59% from 255) = 46.2%

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

 BLUE value IS 44 (17.58% from 255) = 9.54%

R = 46.2%
G = 44.25%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D5CC2C (or 0xD5CC2C) is known color: Barberry. HEX triplet: D5, CC and 2C. RGB value is (213,204,44). Sum of RGB (Red+Green+Blue) = 213+204+44=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 204 (80.08% from 255 or 44.25% from 461); Blue value is 44 (17.58% from 255 or 9.54% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CC2C is #2A33D3. Grayscale: #BDBDBD. Windows color (decimal): -2765780 or 2936021. OLE color: 2936021.

HSL color Cylindrical-coordinate representation of color #D5CC2C: hue angle of 56.8º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D5CC2C is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 204 44 -
CMYK 0 0.04 0.79 0.16
HSL 56.8º 0.67% 0.5% -
HSV(B) 56.8º 0.79% 0.84% -
XYZ 49.49 57.51 10.88 -
YUV 188.45 46.48 145.51 -
System Red Green Blue C M Y K H S L
Decimal 213 204 44 0 0.04 0.79 0.16 56.8 0.67 0.5
Hex D5 CC 2C 0 4 4F 10 39 43 32
Octal 325 314 54 0 4 117 20 71 103 62
Binary 11010101 11001100 101100 0 100 1001111 10000 111001 1000011 110010

Color Harmonies of #D5CC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CC2C

Black with #D5CC2C

Text Example


Text Example

White with #D5CC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CC2C; }

 p { color: rgb(213,204,44); }

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

background-color css

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

 a { background-color: rgb(213,204,44); }

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

border-color css

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

 span { border-color: rgb(213,204,44); }

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