Html Css Color HEX #CCAE11 Bird Flower

📋 copy color: '#CCAE11'

red 204 ◦ green 174 ◦ blue 17

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

Shades of Bird Flower #CCAE11

Tints of Bird Flower #CCAE11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.3%

R = 51.65%
G = 44.05%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CCAE11 (or 0xCCAE11) is known color: Bird Flower. HEX triplet: CC, AE and 11. RGB value is (204,174,17). Sum of RGB (Red+Green+Blue) = 204+174+17=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 174 (68.36% from 255 or 44.05% from 395); Blue value is 17 (7.03% from 255 or 4.30% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAE11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAE11 is #3351EE. Grayscale: #A5A5A5. Windows color (decimal): -3363311 or 1158860. OLE color: 1158860.

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

Color convert

RGB 204 174 17 -
CMYK 0 0.15 0.92 0.2
HSL 50.37º 0.85% 0.43% -
HSV(B) 50.37º 0.92% 0.8% -
XYZ 40.14 43.15 6.74 -
YUV 165.07 44.44 155.77 -
System Red Green Blue C M Y K H S L
Decimal 204 174 17 0 0.15 0.92 0.2 50.37 0.85 0.43
Hex CC AE 11 0 F 5C 14 32 55 2B
Octal 314 256 21 0 17 134 24 62 125 53
Binary 11001100 10101110 10001 0 1111 1011100 10100 110010 1010101 101011

Color Harmonies of #CCAE11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAE11

Black with #CCAE11

Text Example


Text Example

White with #CCAE11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAE11; }

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

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

background-color css

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

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

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

border-color css

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

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

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