Html Css Color HEX #CCC003 Bird Flower

📋 copy color: '#CCC003'

red 204 ◦ green 192 ◦ blue 3

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

Shades of Bird Flower #CCC003

Tints of Bird Flower #CCC003

RGB

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

 GREEN value IS 192 (75.39% from 255) = 48.12%

 BLUE value IS 3 (1.56% from 255) = 0.75%

R = 51.13%
G = 48.12%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CCC003 (or 0xCCC003) is known color: Bird Flower. HEX triplet: CC, C0 and 03. RGB value is (204,192,3). Sum of RGB (Red+Green+Blue) = 204+192+3=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 192 (75.39% from 255 or 48.12% from 399); Blue value is 3 (1.56% from 255 or 0.75% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC003 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC003 is #333FFC. Grayscale: #AEAEAE. Windows color (decimal): -3358717 or 245964. OLE color: 245964.

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

Color convert

RGB 204 192 3 -
CMYK 0 0.06 0.99 0.2
HSL 56.42º 0.97% 0.41% -
HSV(B) 56.42º 0.99% 0.8% -
XYZ 43.77 50.54 7.54 -
YUV 174.04 31.48 149.37 -
System Red Green Blue C M Y K H S L
Decimal 204 192 3 0 0.06 0.99 0.2 56.42 0.97 0.41
Hex CC C0 3 0 6 63 14 38 61 29
Octal 314 300 3 0 6 143 24 70 141 51
Binary 11001100 11000000 11 0 110 1100011 10100 111000 1100001 101001

Color Harmonies of #CCC003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC003

Black with #CCC003

Text Example


Text Example

White with #CCC003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC003; }

 p { color: rgb(204,192,3); }

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

background-color css

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

 a { background-color: rgb(204,192,3); }

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

border-color css

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

 span { border-color: rgb(204,192,3); }

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