Html Css Color HEX #D6C42D Barberry

📋 copy color: '#D6C42D'

red 214 ◦ green 196 ◦ blue 45

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

Shades of Barberry #D6C42D

Tints of Barberry #D6C42D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 43.08%

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

R = 47.03%
G = 43.08%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6C42D (or 0xD6C42D) is known color: Barberry. HEX triplet: D6, C4 and 2D. RGB value is (214,196,45). Sum of RGB (Red+Green+Blue) = 214+196+45=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 196 (76.95% from 255 or 43.08% from 455); Blue value is 45 (17.97% from 255 or 9.89% from 455); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C42D is #293BD2. Grayscale: #B8B8B8. Windows color (decimal): -2702291 or 2999510. OLE color: 2999510.

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

Color convert

RGB 214 196 45 -
CMYK 0 0.08 0.79 0.16
HSL 53.61º 0.67% 0.51% -
HSV(B) 53.61º 0.79% 0.84% -
XYZ 47.95 53.97 10.37 -
YUV 184.17 49.46 149.28 -
System Red Green Blue C M Y K H S L
Decimal 214 196 45 0 0.08 0.79 0.16 53.61 0.67 0.51
Hex D6 C4 2D 0 8 4F 10 36 43 33
Octal 326 304 55 0 10 117 20 66 103 63
Binary 11010110 11000100 101101 0 1000 1001111 10000 110110 1000011 110011

Color Harmonies of #D6C42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C42D

Black with #D6C42D

Text Example


Text Example

White with #D6C42D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C42D; }

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

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

background-color css

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

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

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

border-color css

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

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

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