Html Css Color HEX #D4CC1B Barberry

📋 copy color: '#D4CC1B'

red 212 ◦ green 204 ◦ blue 27

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

Shades of Barberry #D4CC1B

Tints of Barberry #D4CC1B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.05%

 BLUE value IS 27 (10.94% from 255) = 6.09%

R = 47.86%
G = 46.05%
B = 6.09%

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

#D4CC1B (or 0xD4CC1B) is known color: Barberry. HEX triplet: D4, CC and 1B. RGB value is (212,204,27). Sum of RGB (Red+Green+Blue) = 212+204+27=443 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.86% from 443); Green value is 204 (80.08% from 255 or 46.05% from 443); Blue value is 27 (10.94% from 255 or 6.09% from 443); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CC1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4CC1B is #2B33E4. Grayscale: #BABABA. Windows color (decimal): -2831333 or 1821908. OLE color: 1821908.

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

Color convert

RGB 212 204 27 -
CMYK 0 0.04 0.87 0.17
HSL 57.41º 0.77% 0.47% -
HSV(B) 57.41º 0.87% 0.83% -
XYZ 48.94 57.26 9.51 -
YUV 186.21 38.15 146.39 -
System Red Green Blue C M Y K H S L
Decimal 212 204 27 0 0.04 0.87 0.17 57.41 0.77 0.47
Hex D4 CC 1B 0 4 57 11 39 4D 2F
Octal 324 314 33 0 4 127 21 71 115 57
Binary 11010100 11001100 11011 0 100 1010111 10001 111001 1001101 101111

Color Harmonies of #D4CC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CC1B

Black with #D4CC1B

Text Example


Text Example

White with #D4CC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CC1B; }

 p { color: rgb(212,204,27); }

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

background-color css

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

 a { background-color: rgb(212,204,27); }

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

border-color css

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

 span { border-color: rgb(212,204,27); }

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