Html Css Color HEX #C4B71D Bird Flower

📋 copy color: '#C4B71D'

red 196 ◦ green 183 ◦ blue 29

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

Shades of Bird Flower #C4B71D

Tints of Bird Flower #C4B71D

RGB

 RED value IS 196 (76.95% from 255) = 48.04%

 GREEN value IS 183 (71.88% from 255) = 44.85%

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

R = 48.04%
G = 44.85%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C4B71D (or 0xC4B71D) is known color: Bird Flower. HEX triplet: C4, B7 and 1D. RGB value is (196,183,29). Sum of RGB (Red+Green+Blue) = 196+183+29=408 (54% of max value = 765). Red value is 196 (76.95% from 255 or 48.04% from 408); Green value is 183 (71.88% from 255 or 44.85% from 408); Blue value is 29 (11.72% from 255 or 7.11% from 408); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B71D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B71D is #3B48E2. Grayscale: #A9A9A9. Windows color (decimal): -3885283 or 1947588. OLE color: 1947588.

HSL color Cylindrical-coordinate representation of color #C4B71D: hue angle of 55.33º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C4B71D is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 183 29 -
CMYK 0 0.07 0.85 0.23
HSL 55.33º 0.74% 0.44% -
HSV(B) 55.33º 0.85% 0.77% -
XYZ 39.92 45.69 7.88 -
YUV 169.33 48.81 147.02 -
System Red Green Blue C M Y K H S L
Decimal 196 183 29 0 0.07 0.85 0.23 55.33 0.74 0.44
Hex C4 B7 1D 0 7 55 17 37 4A 2C
Octal 304 267 35 0 7 125 27 67 112 54
Binary 11000100 10110111 11101 0 111 1010101 10111 110111 1001010 101100

Color Harmonies of #C4B71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B71D

Black with #C4B71D

Text Example


Text Example

White with #C4B71D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B71D; }

 p { color: rgb(196,183,29); }

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

background-color css

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

 a { background-color: rgb(196,183,29); }

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

border-color css

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

 span { border-color: rgb(196,183,29); }

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