Html Css Color HEX #CCC905 Bird Flower

📋 copy color: '#CCC905'

red 204 ◦ green 201 ◦ blue 5

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

Shades of Bird Flower #CCC905

Tints of Bird Flower #CCC905

RGB

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

 GREEN value IS 201 (78.91% from 255) = 49.02%

 BLUE value IS 5 (2.34% from 255) = 1.22%

R = 49.76%
G = 49.02%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CCC905 (or 0xCCC905) is known color: Bird Flower. HEX triplet: CC, C9 and 05. RGB value is (204,201,5). Sum of RGB (Red+Green+Blue) = 204+201+5=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 201 (78.91% from 255 or 49.02% from 410); Blue value is 5 (2.34% from 255 or 1.22% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC905 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC905 is #3336FA. Grayscale: #B4B4B4. Windows color (decimal): -3356411 or 379340. OLE color: 379340.

HSL color Cylindrical-coordinate representation of color #CCC905: hue angle of 59.1º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CCC905 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 201 5 -
CMYK 0 0.01 0.98 0.2
HSL 59.1º 0.95% 0.41% -
HSV(B) 59.1º 0.98% 0.8% -
XYZ 45.82 54.62 8.27 -
YUV 179.55 29.49 145.44 -
System Red Green Blue C M Y K H S L
Decimal 204 201 5 0 0.01 0.98 0.2 59.1 0.95 0.41
Hex CC C9 5 0 1 62 14 3B 5F 29
Octal 314 311 5 0 1 142 24 73 137 51
Binary 11001100 11001001 101 0 1 1100010 10100 111011 1011111 101001

Color Harmonies of #CCC905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC905

Black with #CCC905

Text Example


Text Example

White with #CCC905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC905; }

 p { color: rgb(204,201,5); }

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

background-color css

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

 a { background-color: rgb(204,201,5); }

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

border-color css

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

 span { border-color: rgb(204,201,5); }

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