Html Css Color HEX #CCAF03 Bird Flower

📋 copy color: '#CCAF03'

red 204 ◦ green 175 ◦ blue 3

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

Shades of Bird Flower #CCAF03

Tints of Bird Flower #CCAF03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.79%

R = 53.4%
G = 45.81%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CCAF03 (or 0xCCAF03) is known color: Bird Flower. HEX triplet: CC, AF and 03. RGB value is (204,175,3). Sum of RGB (Red+Green+Blue) = 204+175+3=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 175 (68.75% from 255 or 45.81% from 382); Blue value is 3 (1.56% from 255 or 0.79% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAF03 is #3350FC. Grayscale: #A4A4A4. Windows color (decimal): -3363069 or 241612. OLE color: 241612.

HSL color Cylindrical-coordinate representation of color #CCAF03: hue angle of 51.34º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CCAF03 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 175 3 -
CMYK 0 0.14 0.99 0.2
HSL 51.34º 0.97% 0.41% -
HSV(B) 51.34º 0.99% 0.8% -
XYZ 40.25 43.5 6.36 -
YUV 164.06 37.11 156.49 -
System Red Green Blue C M Y K H S L
Decimal 204 175 3 0 0.14 0.99 0.2 51.34 0.97 0.41
Hex CC AF 3 0 E 63 14 33 61 29
Octal 314 257 3 0 16 143 24 63 141 51
Binary 11001100 10101111 11 0 1110 1100011 10100 110011 1100001 101001

Color Harmonies of #CCAF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAF03

Black with #CCAF03

Text Example


Text Example

White with #CCAF03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAF03; }

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

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

background-color css

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

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

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

border-color css

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

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

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