Html Css Color HEX #D5CD1D Barberry

📋 copy color: '#D5CD1D'

red 213 ◦ green 205 ◦ blue 29

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

Shades of Barberry #D5CD1D

Tints of Barberry #D5CD1D

RGB

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

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

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

R = 47.65%
G = 45.86%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D5CD1D (or 0xD5CD1D) is known color: Barberry. HEX triplet: D5, CD and 1D. RGB value is (213,205,29). Sum of RGB (Red+Green+Blue) = 213+205+29=447 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.65% from 447); Green value is 205 (80.47% from 255 or 45.86% from 447); Blue value is 29 (11.72% from 255 or 6.49% from 447); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CD1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CD1D is #2A32E2. Grayscale: #BCBCBC. Windows color (decimal): -2765539 or 1953237. OLE color: 1953237.

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

Color convert

RGB 213 205 29 -
CMYK 0 0.04 0.86 0.16
HSL 57.39º 0.76% 0.47% -
HSV(B) 57.39º 0.86% 0.84% -
XYZ 49.49 57.9 9.73 -
YUV 187.33 38.65 146.31 -
System Red Green Blue C M Y K H S L
Decimal 213 205 29 0 0.04 0.86 0.16 57.39 0.76 0.47
Hex D5 CD 1D 0 4 56 10 39 4C 2F
Octal 325 315 35 0 4 126 20 71 114 57
Binary 11010101 11001101 11101 0 100 1010110 10000 111001 1001100 101111

Color Harmonies of #D5CD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CD1D

Black with #D5CD1D

Text Example


Text Example

White with #D5CD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CD1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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