Html Css Color HEX #C8B41D Bird Flower

📋 copy color: '#C8B41D'

red 200 ◦ green 180 ◦ blue 29

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

Shades of Bird Flower #C8B41D

Tints of Bird Flower #C8B41D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.01%

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

R = 48.9%
G = 44.01%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8B41D (or 0xC8B41D) is known color: Bird Flower. HEX triplet: C8, B4 and 1D. RGB value is (200,180,29). Sum of RGB (Red+Green+Blue) = 200+180+29=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 180 (70.70% from 255 or 44.01% from 409); Blue value is 29 (11.72% from 255 or 7.09% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B41D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B41D is #374BE2. Grayscale: #A9A9A9. Windows color (decimal): -3623907 or 1946824. OLE color: 1946824.

HSL color Cylindrical-coordinate representation of color #C8B41D: hue angle of 52.98º 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 #C8B41D is Cyan = 0, Magento = 0.1, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 180 29 -
CMYK 0 0.1 0.86 0.22
HSL 52.98º 0.75% 0.45% -
HSV(B) 52.98º 0.86% 0.78% -
XYZ 40.36 45.01 7.72 -
YUV 168.77 49.13 150.28 -
System Red Green Blue C M Y K H S L
Decimal 200 180 29 0 0.1 0.86 0.22 52.98 0.75 0.45
Hex C8 B4 1D 0 A 56 16 35 4B 2D
Octal 310 264 35 0 12 126 26 65 113 55
Binary 11001000 10110100 11101 0 1010 1010110 10110 110101 1001011 101101

Color Harmonies of #C8B41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B41D

Black with #C8B41D

Text Example


Text Example

White with #C8B41D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B41D; }

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

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

background-color css

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

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

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

border-color css

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

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

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