Html Css Color HEX #C8B21D Bird Flower

📋 copy color: '#C8B21D'

red 200 ◦ green 178 ◦ blue 29

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

Shades of Bird Flower #C8B21D

Tints of Bird Flower #C8B21D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43.73%

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

R = 49.14%
G = 43.73%
B = 7.13%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8B21D (or 0xC8B21D) is known color: Bird Flower. HEX triplet: C8, B2 and 1D. RGB value is (200,178,29). Sum of RGB (Red+Green+Blue) = 200+178+29=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 178 (69.92% from 255 or 43.73% from 407); Blue value is 29 (11.72% from 255 or 7.13% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B21D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8B21D is #374DE2. Grayscale: #A8A8A8. Windows color (decimal): -3624419 or 1946312. OLE color: 1946312.

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

Color convert

RGB 200 178 29 -
CMYK 0 0.11 0.86 0.22
HSL 52.28º 0.75% 0.45% -
HSV(B) 52.28º 0.86% 0.78% -
XYZ 39.96 44.21 7.59 -
YUV 167.59 49.79 151.12 -
System Red Green Blue C M Y K H S L
Decimal 200 178 29 0 0.11 0.86 0.22 52.28 0.75 0.45
Hex C8 B2 1D 0 B 56 16 34 4B 2D
Octal 310 262 35 0 13 126 26 64 113 55
Binary 11001000 10110010 11101 0 1011 1010110 10110 110100 1001011 101101

Color Harmonies of #C8B21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B21D

Black with #C8B21D

Text Example


Text Example

White with #C8B21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B21D; }

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

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

background-color css

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

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

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

border-color css

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

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

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