Html Css Color HEX #CCAF01 Bird Flower

📋 copy color: '#CCAF01'

red 204 ◦ green 175 ◦ blue 1

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

Shades of Bird Flower #CCAF01

Tints of Bird Flower #CCAF01

RGB

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

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

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

R = 53.68%
G = 46.05%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1.00

 K value IS 0.2

RGB Variations

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

Color information

#CCAF01 (or 0xCCAF01) is known color: Bird Flower. HEX triplet: CC, AF and 01. RGB value is (204,175,1). Sum of RGB (Red+Green+Blue) = 204+175+1=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 175 (68.75% from 255 or 46.05% from 380); Blue value is 1 (0.78% from 255 or 0.26% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAF01 is #3350FE. Grayscale: #A4A4A4. Windows color (decimal): -3363071 or 110540. OLE color: 110540.

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

Color convert

RGB 204 175 1 -
CMYK 0 0.14 1.00 0.2
HSL 51.43º 0.99% 0.4% -
HSV(B) 51.43º 1% 0.8% -
XYZ 40.24 43.5 6.3 -
YUV 163.84 36.11 156.65 -
System Red Green Blue C M Y K H S L
Decimal 204 175 1 0 0.14 1.00 0.2 51.43 0.99 0.4
Hex CC AF 1 0 E 64 14 33 63 28
Octal 314 257 1 0 16 144 24 63 143 50
Binary 11001100 10101111 1 0 1110 1100100 10100 110011 1100011 101000

Color Harmonies of #CCAF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAF01

Black with #CCAF01

Text Example


Text Example

White with #CCAF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAF01; }

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

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

background-color css

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

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

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

border-color css

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

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

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