Html Css Color HEX #CCC01E Bird Flower

📋 copy color: '#CCC01E'

red 204 ◦ green 192 ◦ blue 30

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

Shades of Bird Flower #CCC01E

Tints of Bird Flower #CCC01E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.04%

R = 47.89%
G = 45.07%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CCC01E (or 0xCCC01E) is known color: Bird Flower. HEX triplet: CC, C0 and 1E. RGB value is (204,192,30). Sum of RGB (Red+Green+Blue) = 204+192+30=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 192 (75.39% from 255 or 45.07% from 426); Blue value is 30 (12.11% from 255 or 7.04% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC01E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC01E is #333FE1. Grayscale: #B1B1B1. Windows color (decimal): -3358690 or 2015436. OLE color: 2015436.

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

Color convert

RGB 204 192 30 -
CMYK 0 0.06 0.85 0.2
HSL 55.86º 0.74% 0.46% -
HSV(B) 55.86º 0.85% 0.8% -
XYZ 43.99 50.63 8.68 -
YUV 177.12 44.98 147.17 -
System Red Green Blue C M Y K H S L
Decimal 204 192 30 0 0.06 0.85 0.2 55.86 0.74 0.46
Hex CC C0 1E 0 6 55 14 38 4A 2E
Octal 314 300 36 0 6 125 24 70 112 56
Binary 11001100 11000000 11110 0 110 1010101 10100 111000 1001010 101110

Color Harmonies of #CCC01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC01E

Black with #CCC01E

Text Example


Text Example

White with #CCC01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC01E; }

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

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

background-color css

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

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

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

border-color css

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

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

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