Html Css Color HEX #D6CE2D Barberry

📋 copy color: '#D6CE2D'

red 214 ◦ green 206 ◦ blue 45

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

Shades of Barberry #D6CE2D

Tints of Barberry #D6CE2D

RGB

 RED value IS 214 (83.98% from 255) = 46.02%

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

 BLUE value IS 45 (17.97% from 255) = 9.68%

R = 46.02%
G = 44.3%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6CE2D (or 0xD6CE2D) is known color: Barberry. HEX triplet: D6, CE and 2D. RGB value is (214,206,45). Sum of RGB (Red+Green+Blue) = 214+206+45=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 206 (80.86% from 255 or 44.30% from 465); Blue value is 45 (17.97% from 255 or 9.68% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CE2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CE2D is #2931D2. Grayscale: #BEBEBE. Windows color (decimal): -2699731 or 3002070. OLE color: 3002070.

HSL color Cylindrical-coordinate representation of color #D6CE2D: hue angle of 57.16º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6CE2D is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 206 45 -
CMYK 0 0.04 0.79 0.16
HSL 57.16º 0.67% 0.51% -
HSV(B) 57.16º 0.79% 0.84% -
XYZ 50.28 58.63 11.15 -
YUV 190.04 46.15 145.09 -
System Red Green Blue C M Y K H S L
Decimal 214 206 45 0 0.04 0.79 0.16 57.16 0.67 0.51
Hex D6 CE 2D 0 4 4F 10 39 43 33
Octal 326 316 55 0 4 117 20 71 103 63
Binary 11010110 11001110 101101 0 100 1001111 10000 111001 1000011 110011

Color Harmonies of #D6CE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CE2D

Black with #D6CE2D

Text Example


Text Example

White with #D6CE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CE2D; }

 p { color: rgb(214,206,45); }

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

background-color css

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

 a { background-color: rgb(214,206,45); }

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

border-color css

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

 span { border-color: rgb(214,206,45); }

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