Html Css Color HEX #D5CB1D Barberry

📋 copy color: '#D5CB1D'

red 213 ◦ green 203 ◦ blue 29

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

Shades of Barberry #D5CB1D

Tints of Barberry #D5CB1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.52%

R = 47.87%
G = 45.62%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D5CB1D (or 0xD5CB1D) is known color: Barberry. HEX triplet: D5, CB and 1D. RGB value is (213,203,29). Sum of RGB (Red+Green+Blue) = 213+203+29=445 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.87% from 445); Green value is 203 (79.69% from 255 or 45.62% from 445); Blue value is 29 (11.72% from 255 or 6.52% from 445); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CB1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CB1D is #2A34E2. Grayscale: #BABABA. Windows color (decimal): -2766051 or 1952725. OLE color: 1952725.

HSL color Cylindrical-coordinate representation of color #D5CB1D: hue angle of 56.74º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D5CB1D is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 203 29 -
CMYK 0 0.05 0.86 0.16
HSL 56.74º 0.76% 0.47% -
HSV(B) 56.74º 0.86% 0.84% -
XYZ 49.02 56.95 9.57 -
YUV 186.15 39.31 147.15 -
System Red Green Blue C M Y K H S L
Decimal 213 203 29 0 0.05 0.86 0.16 56.74 0.76 0.47
Hex D5 CB 1D 0 5 56 10 39 4C 2F
Octal 325 313 35 0 5 126 20 71 114 57
Binary 11010101 11001011 11101 0 101 1010110 10000 111001 1001100 101111

Color Harmonies of #D5CB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CB1D

Black with #D5CB1D

Text Example


Text Example

White with #D5CB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CB1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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