Html Css Color HEX #D2CC1B Barberry

📋 copy color: '#D2CC1B'

red 210 ◦ green 204 ◦ blue 27

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

Shades of Barberry #D2CC1B

Tints of Barberry #D2CC1B

RGB

 RED value IS 210 (82.42% from 255) = 47.62%

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

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

R = 47.62%
G = 46.26%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D2CC1B (or 0xD2CC1B) is known color: Barberry. HEX triplet: D2, CC and 1B. RGB value is (210,204,27). Sum of RGB (Red+Green+Blue) = 210+204+27=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 204 (80.08% from 255 or 46.26% from 441); Blue value is 27 (10.94% from 255 or 6.12% from 441); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CC1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2CC1B is #2D33E4. Grayscale: #BABABA. Windows color (decimal): -2962405 or 1821906. OLE color: 1821906.

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

Color convert

RGB 210 204 27 -
CMYK 0 0.03 0.87 0.18
HSL 58.03º 0.77% 0.46% -
HSV(B) 58.03º 0.87% 0.82% -
XYZ 48.37 56.97 9.48 -
YUV 185.62 38.49 145.39 -
System Red Green Blue C M Y K H S L
Decimal 210 204 27 0 0.03 0.87 0.18 58.03 0.77 0.46
Hex D2 CC 1B 0 3 57 12 3A 4D 2E
Octal 322 314 33 0 3 127 22 72 115 56
Binary 11010010 11001100 11011 0 11 1010111 10010 111010 1001101 101110

Color Harmonies of #D2CC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CC1B

Black with #D2CC1B

Text Example


Text Example

White with #D2CC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CC1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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