Html Css Color HEX #D6C822 Barberry

📋 copy color: '#D6C822'

red 214 ◦ green 200 ◦ blue 34

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

Shades of Barberry #D6C822

Tints of Barberry #D6C822

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.64%

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

R = 47.77%
G = 44.64%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D6C822 (or 0xD6C822) is known color: Barberry. HEX triplet: D6, C8 and 22. RGB value is (214,200,34). Sum of RGB (Red+Green+Blue) = 214+200+34=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 200 (78.52% from 255 or 44.64% from 448); Blue value is 34 (13.67% from 255 or 7.59% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C822 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C822 is #2937DD. Grayscale: #B9B9B9. Windows color (decimal): -2701278 or 2279638. OLE color: 2279638.

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

Color convert

RGB 214 200 34 -
CMYK 0 0.07 0.84 0.16
HSL 55.33º 0.73% 0.49% -
HSV(B) 55.33º 0.84% 0.84% -
XYZ 48.67 55.72 9.7 -
YUV 185.26 42.64 148.5 -
System Red Green Blue C M Y K H S L
Decimal 214 200 34 0 0.07 0.84 0.16 55.33 0.73 0.49
Hex D6 C8 22 0 7 54 10 37 49 31
Octal 326 310 42 0 7 124 20 67 111 61
Binary 11010110 11001000 100010 0 111 1010100 10000 110111 1001001 110001

Color Harmonies of #D6C822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C822

Black with #D6C822

Text Example


Text Example

White with #D6C822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C822; }

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

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

background-color css

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

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

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

border-color css

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

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

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