Html Css Color HEX #CCC613 Bird Flower

📋 copy color: '#CCC613'

red 204 ◦ green 198 ◦ blue 19

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

Shades of Bird Flower #CCC613

Tints of Bird Flower #CCC613

RGB

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

 GREEN value IS 198 (77.73% from 255) = 47.03%

 BLUE value IS 19 (7.81% from 255) = 4.51%

R = 48.46%
G = 47.03%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CCC613 (or 0xCCC613) is known color: Bird Flower. HEX triplet: CC, C6 and 13. RGB value is (204,198,19). Sum of RGB (Red+Green+Blue) = 204+198+19=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 198 (77.73% from 255 or 47.03% from 421); Blue value is 19 (7.81% from 255 or 4.51% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC613 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC613 is #3339EC. Grayscale: #B4B4B4. Windows color (decimal): -3357165 or 1296076. OLE color: 1296076.

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

Color convert

RGB 204 198 19 -
CMYK 0 0.03 0.91 0.2
HSL 58.05º 0.83% 0.44% -
HSV(B) 58.05º 0.91% 0.8% -
XYZ 45.21 53.27 8.52 -
YUV 179.39 37.49 145.55 -
System Red Green Blue C M Y K H S L
Decimal 204 198 19 0 0.03 0.91 0.2 58.05 0.83 0.44
Hex CC C6 13 0 3 5B 14 3A 53 2C
Octal 314 306 23 0 3 133 24 72 123 54
Binary 11001100 11000110 10011 0 11 1011011 10100 111010 1010011 101100

Color Harmonies of #CCC613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC613

Black with #CCC613

Text Example


Text Example

White with #CCC613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC613; }

 p { color: rgb(204,198,19); }

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

background-color css

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

 a { background-color: rgb(204,198,19); }

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

border-color css

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

 span { border-color: rgb(204,198,19); }

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