Html Css Color HEX #CCAF15 Bird Flower

📋 copy color: '#CCAF15'

red 204 ◦ green 175 ◦ blue 21

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

Shades of Bird Flower #CCAF15

Tints of Bird Flower #CCAF15

RGB

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

 GREEN value IS 175 (68.75% from 255) = 43.75%

 BLUE value IS 21 (8.59% from 255) = 5.25%

R = 51%
G = 43.75%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CCAF15 (or 0xCCAF15) is known color: Bird Flower. HEX triplet: CC, AF and 15. RGB value is (204,175,21). Sum of RGB (Red+Green+Blue) = 204+175+21=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 21 (8.59% from 255 or 5.25% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAF15 is #3350EA. Grayscale: #A6A6A6. Windows color (decimal): -3363051 or 1421260. OLE color: 1421260.

HSL color Cylindrical-coordinate representation of color #CCAF15: hue angle of 50.49º degrees, saturation: 0.81, 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 #CCAF15 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 175 21 -
CMYK 0 0.14 0.90 0.2
HSL 50.49º 0.81% 0.44% -
HSV(B) 50.49º 0.9% 0.8% -
XYZ 40.37 43.55 6.99 -
YUV 166.12 46.11 155.02 -
System Red Green Blue C M Y K H S L
Decimal 204 175 21 0 0.14 0.90 0.2 50.49 0.81 0.44
Hex CC AF 15 0 E 5A 14 32 51 2C
Octal 314 257 25 0 16 132 24 62 121 54
Binary 11001100 10101111 10101 0 1110 1011010 10100 110010 1010001 101100

Color Harmonies of #CCAF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAF15

Black with #CCAF15

Text Example


Text Example

White with #CCAF15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAF15; }

 p { color: rgb(204,175,21); }

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

background-color css

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

 a { background-color: rgb(204,175,21); }

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

border-color css

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

 span { border-color: rgb(204,175,21); }

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