Html Css Color HEX #D2CE1E Barberry

📋 copy color: '#D2CE1E'

red 210 ◦ green 206 ◦ blue 30

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

Shades of Barberry #D2CE1E

Tints of Barberry #D2CE1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.73%

R = 47.09%
G = 46.19%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D2CE1E (or 0xD2CE1E) is known color: Barberry. HEX triplet: D2, CE and 1E. RGB value is (210,206,30). Sum of RGB (Red+Green+Blue) = 210+206+30=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 206 (80.86% from 255 or 46.19% from 446); Blue value is 30 (12.11% from 255 or 6.73% from 446); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CE1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2CE1E is #2D31E1. Grayscale: #BBBBBB. Windows color (decimal): -2961890 or 2019026. OLE color: 2019026.

HSL color Cylindrical-coordinate representation of color #D2CE1E: hue angle of 58.67º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D2CE1E is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 206 30 -
CMYK 0 0.02 0.86 0.18
HSL 58.67º 0.75% 0.47% -
HSV(B) 58.67º 0.86% 0.82% -
XYZ 48.88 57.94 9.83 -
YUV 187.13 39.33 144.31 -
System Red Green Blue C M Y K H S L
Decimal 210 206 30 0 0.02 0.86 0.18 58.67 0.75 0.47
Hex D2 CE 1E 0 2 56 12 3B 4B 2F
Octal 322 316 36 0 2 126 22 73 113 57
Binary 11010010 11001110 11110 0 10 1010110 10010 111011 1001011 101111

Color Harmonies of #D2CE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CE1E

Black with #D2CE1E

Text Example


Text Example

White with #D2CE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CE1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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