Html Css Color HEX #D6C22D Barberry

📋 copy color: '#D6C22D'

red 214 ◦ green 194 ◦ blue 45

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

Shades of Barberry #D6C22D

Tints of Barberry #D6C22D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.83%

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

R = 47.24%
G = 42.83%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6C22D (or 0xD6C22D) is known color: Barberry. HEX triplet: D6, C2 and 2D. RGB value is (214,194,45). Sum of RGB (Red+Green+Blue) = 214+194+45=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 194 (76.17% from 255 or 42.83% from 453); Blue value is 45 (17.97% from 255 or 9.93% from 453); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C22D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C22D is #293DD2. Grayscale: #B7B7B7. Windows color (decimal): -2702803 or 2998998. OLE color: 2998998.

HSL color Cylindrical-coordinate representation of color #D6C22D: hue angle of 52.9º 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 #D6C22D is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 194 45 -
CMYK 0 0.09 0.79 0.16
HSL 52.9º 0.67% 0.51% -
HSV(B) 52.9º 0.79% 0.84% -
XYZ 47.5 53.07 10.22 -
YUV 182.99 50.13 150.12 -
System Red Green Blue C M Y K H S L
Decimal 214 194 45 0 0.09 0.79 0.16 52.9 0.67 0.51
Hex D6 C2 2D 0 9 4F 10 35 43 33
Octal 326 302 55 0 11 117 20 65 103 63
Binary 11010110 11000010 101101 0 1001 1001111 10000 110101 1000011 110011

Color Harmonies of #D6C22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C22D

Black with #D6C22D

Text Example


Text Example

White with #D6C22D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C22D; }

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

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

background-color css

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

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

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

border-color css

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

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

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