Html Css Color HEX #CCAE01 Bird Flower

📋 copy color: '#CCAE01'

red 204 ◦ green 174 ◦ blue 1

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

Shades of Bird Flower #CCAE01

Tints of Bird Flower #CCAE01

RGB

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

 GREEN value IS 174 (68.36% from 255) = 45.91%

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 53.83%
G = 45.91%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1.00

 K value IS 0.2

RGB Variations

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

Color information

#CCAE01 (or 0xCCAE01) is known color: Bird Flower. HEX triplet: CC, AE and 01. RGB value is (204,174,1). Sum of RGB (Red+Green+Blue) = 204+174+1=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 174 (68.36% from 255 or 45.91% from 379); Blue value is 1 (0.78% from 255 or 0.26% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAE01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAE01 is #3351FE. Grayscale: #A3A3A3. Windows color (decimal): -3363327 or 110284. OLE color: 110284.

HSL color Cylindrical-coordinate representation of color #CCAE01: hue angle of 51.13º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCAE01 is Cyan = 0, Magento = 0.15, Yellow = 1.00 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 174 1 -
CMYK 0 0.15 1.00 0.2
HSL 51.13º 0.99% 0.4% -
HSV(B) 51.13º 1% 0.8% -
XYZ 40.04 43.11 6.24 -
YUV 163.25 36.44 157.07 -
System Red Green Blue C M Y K H S L
Decimal 204 174 1 0 0.15 1.00 0.2 51.13 0.99 0.4
Hex CC AE 1 0 F 64 14 33 63 28
Octal 314 256 1 0 17 144 24 63 143 50
Binary 11001100 10101110 1 0 1111 1100100 10100 110011 1100011 101000

Color Harmonies of #CCAE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAE01

Black with #CCAE01

Text Example


Text Example

White with #CCAE01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAE01; }

 p { color: rgb(204,174,1); }

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

background-color css

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

 a { background-color: rgb(204,174,1); }

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

border-color css

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

 span { border-color: rgb(204,174,1); }

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