Html Css Color HEX #D9CA1D Barberry

📋 copy color: '#D9CA1D'

red 217 ◦ green 202 ◦ blue 29

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

Shades of Barberry #D9CA1D

Tints of Barberry #D9CA1D

RGB

 RED value IS 217 (85.16% from 255) = 48.44%

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

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

R = 48.44%
G = 45.09%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#D9CA1D (or 0xD9CA1D) is known color: Barberry. HEX triplet: D9, CA and 1D. RGB value is (217,202,29). Sum of RGB (Red+Green+Blue) = 217+202+29=448 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.44% from 448); Green value is 202 (79.30% from 255 or 45.09% from 448); Blue value is 29 (11.72% from 255 or 6.47% from 448); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CA1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9CA1D is #2635E2. Grayscale: #BBBBBB. Windows color (decimal): -2504163 or 1952473. OLE color: 1952473.

HSL color Cylindrical-coordinate representation of color #D9CA1D: hue angle of 55.21º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D9CA1D is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 202 29 -
CMYK 0 0.07 0.87 0.15
HSL 55.21º 0.76% 0.48% -
HSV(B) 55.21º 0.87% 0.85% -
XYZ 49.96 57.08 9.55 -
YUV 186.76 38.97 149.57 -
System Red Green Blue C M Y K H S L
Decimal 217 202 29 0 0.07 0.87 0.15 55.21 0.76 0.48
Hex D9 CA 1D 0 7 57 F 37 4C 30
Octal 331 312 35 0 7 127 17 67 114 60
Binary 11011001 11001010 11101 0 111 1010111 1111 110111 1001100 110000

Color Harmonies of #D9CA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CA1D

Black with #D9CA1D

Text Example


Text Example

White with #D9CA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CA1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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