Html Css Color HEX #D6C922 Barberry

📋 copy color: '#D6C922'

red 214 ◦ green 201 ◦ blue 34

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

Shades of Barberry #D6C922

Tints of Barberry #D6C922

RGB

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

 GREEN value IS 201 (78.91% from 255) = 44.77%

 BLUE value IS 34 (13.67% from 255) = 7.57%

R = 47.66%
G = 44.77%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D6C922 (or 0xD6C922) is known color: Barberry. HEX triplet: D6, C9 and 22. RGB value is (214,201,34). Sum of RGB (Red+Green+Blue) = 214+201+34=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 201 (78.91% from 255 or 44.77% from 449); Blue value is 34 (13.67% from 255 or 7.57% from 449); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C922 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C922 is #2936DD. Grayscale: #BABABA. Windows color (decimal): -2701022 or 2279894. OLE color: 2279894.

HSL color Cylindrical-coordinate representation of color #D6C922: hue angle of 55.67º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D6C922 is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 201 34 -
CMYK 0 0.06 0.84 0.16
HSL 55.67º 0.73% 0.49% -
HSV(B) 55.67º 0.84% 0.84% -
XYZ 48.91 56.18 9.78 -
YUV 185.85 42.31 148.08 -
System Red Green Blue C M Y K H S L
Decimal 214 201 34 0 0.06 0.84 0.16 55.67 0.73 0.49
Hex D6 C9 22 0 6 54 10 38 49 31
Octal 326 311 42 0 6 124 20 70 111 61
Binary 11010110 11001001 100010 0 110 1010100 10000 111000 1001001 110001

Color Harmonies of #D6C922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C922

Black with #D6C922

Text Example


Text Example

White with #D6C922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C922; }

 p { color: rgb(214,201,34); }

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

background-color css

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

 a { background-color: rgb(214,201,34); }

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

border-color css

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

 span { border-color: rgb(214,201,34); }

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