Html Css Color HEX #CCB503 Bird Flower

📋 copy color: '#CCB503'

red 204 ◦ green 181 ◦ blue 3

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

Shades of Bird Flower #CCB503

Tints of Bird Flower #CCB503

RGB

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

 GREEN value IS 181 (71.09% from 255) = 46.65%

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

R = 52.58%
G = 46.65%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CCB503 (or 0xCCB503) is known color: Bird Flower. HEX triplet: CC, B5 and 03. RGB value is (204,181,3). Sum of RGB (Red+Green+Blue) = 204+181+3=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 181 (71.09% from 255 or 46.65% from 388); Blue value is 3 (1.56% from 255 or 0.77% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB503 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB503 is #334AFC. Grayscale: #A8A8A8. Windows color (decimal): -3361533 or 243148. OLE color: 243148.

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

Color convert

RGB 204 181 3 -
CMYK 0 0.11 0.99 0.2
HSL 53.13º 0.97% 0.41% -
HSV(B) 53.13º 0.99% 0.8% -
XYZ 41.44 45.89 6.76 -
YUV 167.59 35.12 153.97 -
System Red Green Blue C M Y K H S L
Decimal 204 181 3 0 0.11 0.99 0.2 53.13 0.97 0.41
Hex CC B5 3 0 B 63 14 35 61 29
Octal 314 265 3 0 13 143 24 65 141 51
Binary 11001100 10110101 11 0 1011 1100011 10100 110101 1100001 101001

Color Harmonies of #CCB503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB503

Black with #CCB503

Text Example


Text Example

White with #CCB503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB503; }

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

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

background-color css

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

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

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

border-color css

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

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

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