Html Css Color HEX #CCC309 Bird Flower

📋 copy color: '#CCC309'

red 204 ◦ green 195 ◦ blue 9

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

Shades of Bird Flower #CCC309

Tints of Bird Flower #CCC309

RGB

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

 GREEN value IS 195 (76.56% from 255) = 47.79%

 BLUE value IS 9 (3.91% from 255) = 2.21%

R = 50%
G = 47.79%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CCC309 (or 0xCCC309) is known color: Bird Flower. HEX triplet: CC, C3 and 09. RGB value is (204,195,9). Sum of RGB (Red+Green+Blue) = 204+195+9=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 195 (76.56% from 255 or 47.79% from 408); Blue value is 9 (3.91% from 255 or 2.21% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC309 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC309 is #333CF6. Grayscale: #B1B1B1. Windows color (decimal): -3357943 or 639948. OLE color: 639948.

HSL color Cylindrical-coordinate representation of color #CCC309: hue angle of 57.23º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CCC309 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 195 9 -
CMYK 0 0.04 0.96 0.2
HSL 57.23º 0.92% 0.42% -
HSV(B) 57.23º 0.96% 0.8% -
XYZ 44.47 51.89 7.93 -
YUV 176.49 33.48 147.62 -
System Red Green Blue C M Y K H S L
Decimal 204 195 9 0 0.04 0.96 0.2 57.23 0.92 0.42
Hex CC C3 9 0 4 60 14 39 5C 2A
Octal 314 303 11 0 4 140 24 71 134 52
Binary 11001100 11000011 1001 0 100 1100000 10100 111001 1011100 101010

Color Harmonies of #CCC309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC309

Black with #CCC309

Text Example


Text Example

White with #CCC309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC309; }

 p { color: rgb(204,195,9); }

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

background-color css

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

 a { background-color: rgb(204,195,9); }

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

border-color css

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

 span { border-color: rgb(204,195,9); }

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