Html Css Color HEX #D1CA1D Barberry

📋 copy color: '#D1CA1D'

red 209 ◦ green 202 ◦ blue 29

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

Shades of Barberry #D1CA1D

Tints of Barberry #D1CA1D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 45.91%

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

R = 47.5%
G = 45.91%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D1CA1D (or 0xD1CA1D) is known color: Barberry. HEX triplet: D1, CA and 1D. RGB value is (209,202,29). Sum of RGB (Red+Green+Blue) = 209+202+29=440 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.5% from 440); Green value is 202 (79.30% from 255 or 45.91% from 440); Blue value is 29 (11.72% from 255 or 6.59% from 440); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CA1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CA1D is #2E35E2. Grayscale: #B9B9B9. Windows color (decimal): -3028451 or 1952465. OLE color: 1952465.

HSL color Cylindrical-coordinate representation of color #D1CA1D: hue angle of 57.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 #D1CA1D is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 202 29 -
CMYK 0 0.03 0.86 0.18
HSL 57.67º 0.76% 0.47% -
HSV(B) 57.67º 0.86% 0.82% -
XYZ 47.64 55.89 9.44 -
YUV 184.37 40.32 145.57 -
System Red Green Blue C M Y K H S L
Decimal 209 202 29 0 0.03 0.86 0.18 57.67 0.76 0.47
Hex D1 CA 1D 0 3 56 12 3A 4C 2F
Octal 321 312 35 0 3 126 22 72 114 57
Binary 11010001 11001010 11101 0 11 1010110 10010 111010 1001100 101111

Color Harmonies of #D1CA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CA1D

Black with #D1CA1D

Text Example


Text Example

White with #D1CA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CA1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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