Html Css Color HEX #D4CD1C Barberry

📋 copy color: '#D4CD1C'

red 212 ◦ green 205 ◦ blue 28

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

Shades of Barberry #D4CD1C

Tints of Barberry #D4CD1C

RGB

 RED value IS 212 (83.2% from 255) = 47.64%

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

 BLUE value IS 28 (11.33% from 255) = 6.29%

R = 47.64%
G = 46.07%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#D4CD1C (or 0xD4CD1C) is known color: Barberry. HEX triplet: D4, CD and 1C. RGB value is (212,205,28). Sum of RGB (Red+Green+Blue) = 212+205+28=445 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.64% from 445); Green value is 205 (80.47% from 255 or 46.07% from 445); Blue value is 28 (11.33% from 255 or 6.29% from 445); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CD1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4CD1C is #2B32E3. Grayscale: #BBBBBB. Windows color (decimal): -2831076 or 1887700. OLE color: 1887700.

HSL color Cylindrical-coordinate representation of color #D4CD1C: hue angle of 57.72º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D4CD1C is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 205 28 -
CMYK 0 0.03 0.87 0.17
HSL 57.72º 0.77% 0.47% -
HSV(B) 57.72º 0.87% 0.83% -
XYZ 49.19 57.74 9.65 -
YUV 186.92 38.32 145.89 -
System Red Green Blue C M Y K H S L
Decimal 212 205 28 0 0.03 0.87 0.17 57.72 0.77 0.47
Hex D4 CD 1C 0 3 57 11 3A 4D 2F
Octal 324 315 34 0 3 127 21 72 115 57
Binary 11010100 11001101 11100 0 11 1010111 10001 111010 1001101 101111

Color Harmonies of #D4CD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CD1C

Black with #D4CD1C

Text Example


Text Example

White with #D4CD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CD1C; }

 p { color: rgb(212,205,28); }

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

background-color css

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

 a { background-color: rgb(212,205,28); }

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

border-color css

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

 span { border-color: rgb(212,205,28); }

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