Html Css Color HEX #D2CE1B Barberry

📋 copy color: '#D2CE1B'

red 210 ◦ green 206 ◦ blue 27

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

Shades of Barberry #D2CE1B

Tints of Barberry #D2CE1B

RGB

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

 GREEN value IS 206 (80.86% from 255) = 46.5%

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

R = 47.4%
G = 46.5%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D2CE1B (or 0xD2CE1B) is known color: Barberry. HEX triplet: D2, CE and 1B. RGB value is (210,206,27). Sum of RGB (Red+Green+Blue) = 210+206+27=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 206 (80.86% from 255 or 46.50% from 443); Blue value is 27 (10.94% from 255 or 6.09% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CE1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2CE1B is #2D31E4. Grayscale: #BBBBBB. Windows color (decimal): -2961893 or 1822418. OLE color: 1822418.

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

Color convert

RGB 210 206 27 -
CMYK 0 0.02 0.87 0.18
HSL 58.69º 0.77% 0.46% -
HSV(B) 58.69º 0.87% 0.82% -
XYZ 48.85 57.92 9.64 -
YUV 186.79 37.83 144.55 -
System Red Green Blue C M Y K H S L
Decimal 210 206 27 0 0.02 0.87 0.18 58.69 0.77 0.46
Hex D2 CE 1B 0 2 57 12 3B 4D 2E
Octal 322 316 33 0 2 127 22 73 115 56
Binary 11010010 11001110 11011 0 10 1010111 10010 111011 1001101 101110

Color Harmonies of #D2CE1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CE1B

Black with #D2CE1B

Text Example


Text Example

White with #D2CE1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CE1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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