Html Css Color HEX #CCB303 Bird Flower

📋 copy color: '#CCB303'

red 204 ◦ green 179 ◦ blue 3

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

Shades of Bird Flower #CCB303

Tints of Bird Flower #CCB303

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.37%

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

R = 52.85%
G = 46.37%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CCB303 (or 0xCCB303) is known color: Bird Flower. HEX triplet: CC, B3 and 03. RGB value is (204,179,3). Sum of RGB (Red+Green+Blue) = 204+179+3=386 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.85% from 386); Green value is 179 (70.31% from 255 or 46.37% from 386); Blue value is 3 (1.56% from 255 or 0.78% from 386); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB303 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB303 is #334CFC. Grayscale: #A7A7A7. Windows color (decimal): -3362045 or 242636. OLE color: 242636.

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

Color convert

RGB 204 179 3 -
CMYK 0 0.12 0.99 0.2
HSL 52.54º 0.97% 0.41% -
HSV(B) 52.54º 0.99% 0.8% -
XYZ 41.04 45.08 6.63 -
YUV 166.41 35.78 154.81 -
System Red Green Blue C M Y K H S L
Decimal 204 179 3 0 0.12 0.99 0.2 52.54 0.97 0.41
Hex CC B3 3 0 C 63 14 35 61 29
Octal 314 263 3 0 14 143 24 65 141 51
Binary 11001100 10110011 11 0 1100 1100011 10100 110101 1100001 101001

Color Harmonies of #CCB303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB303

Black with #CCB303

Text Example


Text Example

White with #CCB303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB303; }

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

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

background-color css

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

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

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

border-color css

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

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

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