Html Css Color HEX #CCC50D Bird Flower

📋 copy color: '#CCC50D'

red 204 ◦ green 197 ◦ blue 13

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

Shades of Bird Flower #CCC50D

Tints of Bird Flower #CCC50D

RGB

 RED value IS 204 (80.08% from 255) = 49.28%

 GREEN value IS 197 (77.34% from 255) = 47.58%

 BLUE value IS 13 (5.47% from 255) = 3.14%

R = 49.28%
G = 47.58%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CCC50D (or 0xCCC50D) is known color: Bird Flower. HEX triplet: CC, C5 and 0D. RGB value is (204,197,13). Sum of RGB (Red+Green+Blue) = 204+197+13=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 197 (77.34% from 255 or 47.58% from 414); Blue value is 13 (5.47% from 255 or 3.14% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC50D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC50D is #333AF2. Grayscale: #B2B2B2. Windows color (decimal): -3357427 or 902604. OLE color: 902604.

HSL color Cylindrical-coordinate representation of color #CCC50D: hue angle of 57.8º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CCC50D is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 197 13 -
CMYK 0 0.03 0.94 0.2
HSL 57.8º 0.88% 0.43% -
HSV(B) 57.8º 0.94% 0.8% -
XYZ 44.94 52.8 8.2 -
YUV 178.12 34.82 146.46 -
System Red Green Blue C M Y K H S L
Decimal 204 197 13 0 0.03 0.94 0.2 57.8 0.88 0.43
Hex CC C5 D 0 3 5E 14 3A 58 2B
Octal 314 305 15 0 3 136 24 72 130 53
Binary 11001100 11000101 1101 0 11 1011110 10100 111010 1011000 101011

Color Harmonies of #CCC50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC50D

Black with #CCC50D

Text Example


Text Example

White with #CCC50D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC50D; }

 p { color: rgb(204,197,13); }

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

background-color css

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

 a { background-color: rgb(204,197,13); }

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

border-color css

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

 span { border-color: rgb(204,197,13); }

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