Html Css Color HEX #D5CD2C Barberry

📋 copy color: '#D5CD2C'

red 213 ◦ green 205 ◦ blue 44

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

Shades of Barberry #D5CD2C

Tints of Barberry #D5CD2C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.37%

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

R = 46.1%
G = 44.37%
B = 9.52%

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

#D5CD2C (or 0xD5CD2C) is known color: Barberry. HEX triplet: D5, CD and 2C. RGB value is (213,205,44). Sum of RGB (Red+Green+Blue) = 213+205+44=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 205 (80.47% from 255 or 44.37% from 462); Blue value is 44 (17.58% from 255 or 9.52% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CD2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CD2C is #2A32D3. Grayscale: #BDBDBD. Windows color (decimal): -2765524 or 2936277. OLE color: 2936277.

HSL color Cylindrical-coordinate representation of color #D5CD2C: hue angle of 57.16º 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 #D5CD2C is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 205 44 -
CMYK 0 0.04 0.79 0.16
HSL 57.16º 0.67% 0.5% -
HSV(B) 57.16º 0.79% 0.84% -
XYZ 49.73 57.99 10.96 -
YUV 189.04 46.15 145.09 -
System Red Green Blue C M Y K H S L
Decimal 213 205 44 0 0.04 0.79 0.16 57.16 0.67 0.5
Hex D5 CD 2C 0 4 4F 10 39 43 32
Octal 325 315 54 0 4 117 20 71 103 62
Binary 11010101 11001101 101100 0 100 1001111 10000 111001 1000011 110010

Color Harmonies of #D5CD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CD2C

Black with #D5CD2C

Text Example


Text Example

White with #D5CD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CD2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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