Html Css Color HEX #D5CB2C Barberry

📋 copy color: '#D5CB2C'

red 213 ◦ green 203 ◦ blue 44

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

Shades of Barberry #D5CB2C

Tints of Barberry #D5CB2C

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.13%

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

R = 46.3%
G = 44.13%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D5CB2C (or 0xD5CB2C) is known color: Barberry. HEX triplet: D5, CB and 2C. RGB value is (213,203,44). Sum of RGB (Red+Green+Blue) = 213+203+44=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 203 (79.69% from 255 or 44.13% from 460); Blue value is 44 (17.58% from 255 or 9.57% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CB2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CB2C is #2A34D3. Grayscale: #BCBCBC. Windows color (decimal): -2766036 or 2935765. OLE color: 2935765.

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

Color convert

RGB 213 203 44 -
CMYK 0 0.05 0.79 0.16
HSL 56.45º 0.67% 0.5% -
HSV(B) 56.45º 0.79% 0.84% -
XYZ 49.25 57.04 10.8 -
YUV 187.86 46.81 145.93 -
System Red Green Blue C M Y K H S L
Decimal 213 203 44 0 0.05 0.79 0.16 56.45 0.67 0.5
Hex D5 CB 2C 0 5 4F 10 38 43 32
Octal 325 313 54 0 5 117 20 70 103 62
Binary 11010101 11001011 101100 0 101 1001111 10000 111000 1000011 110010

Color Harmonies of #D5CB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CB2C

Black with #D5CB2C

Text Example


Text Example

White with #D5CB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CB2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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