Html Css Color HEX #D1CD1D Barberry

📋 copy color: '#D1CD1D'

red 209 ◦ green 205 ◦ blue 29

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

Shades of Barberry #D1CD1D

Tints of Barberry #D1CD1D

RGB

 RED value IS 209 (82.03% from 255) = 47.18%

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

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

R = 47.18%
G = 46.28%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D1CD1D (or 0xD1CD1D) is known color: Barberry. HEX triplet: D1, CD and 1D. RGB value is (209,205,29). Sum of RGB (Red+Green+Blue) = 209+205+29=443 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.18% from 443); Green value is 205 (80.47% from 255 or 46.28% from 443); Blue value is 29 (11.72% from 255 or 6.55% from 443); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CD1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CD1D is #2E32E2. Grayscale: #BABABA. Windows color (decimal): -3027683 or 1953233. OLE color: 1953233.

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

Color convert

RGB 209 205 29 -
CMYK 0 0.02 0.86 0.18
HSL 58.67º 0.76% 0.47% -
HSV(B) 58.67º 0.86% 0.82% -
XYZ 48.35 57.31 9.68 -
YUV 186.13 39.33 144.31 -
System Red Green Blue C M Y K H S L
Decimal 209 205 29 0 0.02 0.86 0.18 58.67 0.76 0.47
Hex D1 CD 1D 0 2 56 12 3B 4C 2F
Octal 321 315 35 0 2 126 22 73 114 57
Binary 11010001 11001101 11101 0 10 1010110 10010 111011 1001100 101111

Color Harmonies of #D1CD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CD1D

Black with #D1CD1D

Text Example


Text Example

White with #D1CD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CD1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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