Html Css Color HEX #C8B61D Bird Flower

📋 copy color: '#C8B61D'

red 200 ◦ green 182 ◦ blue 29

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

Shades of Bird Flower #C8B61D

Tints of Bird Flower #C8B61D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.28%

 BLUE value IS 29 (11.72% from 255) = 7.06%

R = 48.66%
G = 44.28%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8B61D (or 0xC8B61D) is known color: Bird Flower. HEX triplet: C8, B6 and 1D. RGB value is (200,182,29). Sum of RGB (Red+Green+Blue) = 200+182+29=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 182 (71.48% from 255 or 44.28% from 411); Blue value is 29 (11.72% from 255 or 7.06% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B61D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B61D is #3749E2. Grayscale: #AAAAAA. Windows color (decimal): -3623395 or 1947336. OLE color: 1947336.

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

Color convert

RGB 200 182 29 -
CMYK 0 0.09 0.86 0.22
HSL 53.68º 0.75% 0.45% -
HSV(B) 53.68º 0.86% 0.78% -
XYZ 40.77 45.82 7.86 -
YUV 169.94 48.46 149.44 -
System Red Green Blue C M Y K H S L
Decimal 200 182 29 0 0.09 0.86 0.22 53.68 0.75 0.45
Hex C8 B6 1D 0 9 56 16 36 4B 2D
Octal 310 266 35 0 11 126 26 66 113 55
Binary 11001000 10110110 11101 0 1001 1010110 10110 110110 1001011 101101

Color Harmonies of #C8B61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B61D

Black with #C8B61D

Text Example


Text Example

White with #C8B61D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B61D; }

 p { color: rgb(200,182,29); }

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

background-color css

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

 a { background-color: rgb(200,182,29); }

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

border-color css

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

 span { border-color: rgb(200,182,29); }

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