Html Css Color HEX #D4CB1C Barberry

📋 copy color: '#D4CB1C'

red 212 ◦ green 203 ◦ blue 28

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

Shades of Barberry #D4CB1C

Tints of Barberry #D4CB1C

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.82%

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

R = 47.86%
G = 45.82%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#D4CB1C (or 0xD4CB1C) is known color: Barberry. HEX triplet: D4, CB and 1C. RGB value is (212,203,28). Sum of RGB (Red+Green+Blue) = 212+203+28=443 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.86% from 443); Green value is 203 (79.69% from 255 or 45.82% from 443); Blue value is 28 (11.33% from 255 or 6.32% from 443); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CB1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4CB1C is #2B34E3. Grayscale: #BABABA. Windows color (decimal): -2831588 or 1887188. OLE color: 1887188.

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

Color convert

RGB 212 203 28 -
CMYK 0 0.04 0.87 0.17
HSL 57.07º 0.77% 0.47% -
HSV(B) 57.07º 0.87% 0.83% -
XYZ 48.72 56.79 9.49 -
YUV 185.74 38.98 146.73 -
System Red Green Blue C M Y K H S L
Decimal 212 203 28 0 0.04 0.87 0.17 57.07 0.77 0.47
Hex D4 CB 1C 0 4 57 11 39 4D 2F
Octal 324 313 34 0 4 127 21 71 115 57
Binary 11010100 11001011 11100 0 100 1010111 10001 111001 1001101 101111

Color Harmonies of #D4CB1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CB1C

Black with #D4CB1C

Text Example


Text Example

White with #D4CB1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CB1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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