Html Css Color HEX #CCAE0B Bird Flower

📋 copy color: '#CCAE0B'

red 204 ◦ green 174 ◦ blue 11

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

Shades of Bird Flower #CCAE0B

Tints of Bird Flower #CCAE0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.83%

R = 52.44%
G = 44.73%
B = 2.83%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CCAE0B (or 0xCCAE0B) is known color: Bird Flower. HEX triplet: CC, AE and 0B. RGB value is (204,174,11). Sum of RGB (Red+Green+Blue) = 204+174+11=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 174 (68.36% from 255 or 44.73% from 389); Blue value is 11 (4.69% from 255 or 2.83% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAE0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAE0B is #3351F4. Grayscale: #A5A5A5. Windows color (decimal): -3363317 or 765644. OLE color: 765644.

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

Color convert

RGB 204 174 11 -
CMYK 0 0.15 0.95 0.2
HSL 50.67º 0.9% 0.42% -
HSV(B) 50.67º 0.95% 0.8% -
XYZ 40.1 43.13 6.53 -
YUV 164.39 41.44 156.25 -
System Red Green Blue C M Y K H S L
Decimal 204 174 11 0 0.15 0.95 0.2 50.67 0.9 0.42
Hex CC AE B 0 F 5F 14 33 5A 2A
Octal 314 256 13 0 17 137 24 63 132 52
Binary 11001100 10101110 1011 0 1111 1011111 10100 110011 1011010 101010

Color Harmonies of #CCAE0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAE0B

Black with #CCAE0B

Text Example


Text Example

White with #CCAE0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAE0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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