Html Css Color HEX #CCAE14 Bird Flower

📋 copy color: '#CCAE14'

red 204 ◦ green 174 ◦ blue 20

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

Shades of Bird Flower #CCAE14

Tints of Bird Flower #CCAE14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.03%

R = 51.26%
G = 43.72%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CCAE14 (or 0xCCAE14) is known color: Bird Flower. HEX triplet: CC, AE and 14. RGB value is (204,174,20). Sum of RGB (Red+Green+Blue) = 204+174+20=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 174 (68.36% from 255 or 43.72% from 398); Blue value is 20 (8.20% from 255 or 5.03% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAE14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAE14 is #3351EB. Grayscale: #A6A6A6. Windows color (decimal): -3363308 or 1355468. OLE color: 1355468.

HSL color Cylindrical-coordinate representation of color #CCAE14: hue angle of 50.22º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCAE14 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 174 20 -
CMYK 0 0.15 0.90 0.2
HSL 50.22º 0.82% 0.44% -
HSV(B) 50.22º 0.9% 0.8% -
XYZ 40.16 43.16 6.88 -
YUV 165.41 45.94 155.52 -
System Red Green Blue C M Y K H S L
Decimal 204 174 20 0 0.15 0.90 0.2 50.22 0.82 0.44
Hex CC AE 14 0 F 5A 14 32 52 2C
Octal 314 256 24 0 17 132 24 62 122 54
Binary 11001100 10101110 10100 0 1111 1011010 10100 110010 1010010 101100

Color Harmonies of #CCAE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAE14

Black with #CCAE14

Text Example


Text Example

White with #CCAE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAE14; }

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

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

background-color css

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

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

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

border-color css

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

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

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