Html Css Color HEX #C8C71E Barberry

📋 copy color: '#C8C71E'

red 200 ◦ green 199 ◦ blue 30

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

Shades of Barberry #C8C71E

Tints of Barberry #C8C71E

RGB

 RED value IS 200 (78.52% from 255) = 46.62%

 GREEN value IS 199 (78.13% from 255) = 46.39%

 BLUE value IS 30 (12.11% from 255) = 6.99%

R = 46.62%
G = 46.39%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C8C71E (or 0xC8C71E) is known color: Barberry. HEX triplet: C8, C7 and 1E. RGB value is (200,199,30). Sum of RGB (Red+Green+Blue) = 200+199+30=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 199 (78.12% from 255 or 46.39% from 429); Blue value is 30 (12.11% from 255 or 6.99% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C71E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C71E is #3738E1. Grayscale: #B4B4B4. Windows color (decimal): -3619042 or 2017224. OLE color: 2017224.

HSL color Cylindrical-coordinate representation of color #C8C71E: hue angle of 59.65º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C8C71E is Cyan = 0, Magento = 0.00, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 199 30 -
CMYK 0 0.00 0.85 0.22
HSL 59.65º 0.74% 0.45% -
HSV(B) 59.65º 0.85% 0.78% -
XYZ 44.48 53.22 9.16 -
YUV 180.03 43.33 142.24 -
System Red Green Blue C M Y K H S L
Decimal 200 199 30 0 0.00 0.85 0.22 59.65 0.74 0.45
Hex C8 C7 1E 0 0 55 16 3C 4A 2D
Octal 310 307 36 0 0 125 26 74 112 55
Binary 11001000 11000111 11110 0 0 1010101 10110 111100 1001010 101101

Color Harmonies of #C8C71E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C71E

Black with #C8C71E

Text Example


Text Example

White with #C8C71E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C71E; }

 p { color: rgb(200,199,30); }

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

background-color css

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

 a { background-color: rgb(200,199,30); }

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

border-color css

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

 span { border-color: rgb(200,199,30); }

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