Html Css Color HEX #D6C62B Barberry

📋 copy color: '#D6C62B'

red 214 ◦ green 198 ◦ blue 43

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

Shades of Barberry #D6C62B

Tints of Barberry #D6C62B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.52%

 BLUE value IS 43 (17.19% from 255) = 9.45%

R = 47.03%
G = 43.52%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D6C62B (or 0xD6C62B) is known color: Barberry. HEX triplet: D6, C6 and 2B. RGB value is (214,198,43). Sum of RGB (Red+Green+Blue) = 214+198+43=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 198 (77.73% from 255 or 43.52% from 455); Blue value is 43 (17.19% from 255 or 9.45% from 455); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C62B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C62B is #2939D4. Grayscale: #B9B9B9. Windows color (decimal): -2701781 or 2868950. OLE color: 2868950.

HSL color Cylindrical-coordinate representation of color #D6C62B: hue angle of 54.39º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D6C62B is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 198 43 -
CMYK 0 0.07 0.80 0.16
HSL 54.39º 0.68% 0.5% -
HSV(B) 54.39º 0.8% 0.84% -
XYZ 48.36 54.86 10.33 -
YUV 185.11 47.8 148.6 -
System Red Green Blue C M Y K H S L
Decimal 214 198 43 0 0.07 0.80 0.16 54.39 0.68 0.5
Hex D6 C6 2B 0 7 50 10 36 44 32
Octal 326 306 53 0 7 120 20 66 104 62
Binary 11010110 11000110 101011 0 111 1010000 10000 110110 1000100 110010

Color Harmonies of #D6C62B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C62B

Black with #D6C62B

Text Example


Text Example

White with #D6C62B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C62B; }

 p { color: rgb(214,198,43); }

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

background-color css

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

 a { background-color: rgb(214,198,43); }

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

border-color css

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

 span { border-color: rgb(214,198,43); }

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