Html Css Color HEX #CCB305 Bird Flower

📋 copy color: '#CCB305'

red 204 ◦ green 179 ◦ blue 5

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

Shades of Bird Flower #CCB305

Tints of Bird Flower #CCB305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.29%

R = 52.58%
G = 46.13%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CCB305 (or 0xCCB305) is known color: Bird Flower. HEX triplet: CC, B3 and 05. RGB value is (204,179,5). Sum of RGB (Red+Green+Blue) = 204+179+5=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 179 (70.31% from 255 or 46.13% from 388); Blue value is 5 (2.34% from 255 or 1.29% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB305 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB305 is #334CFA. Grayscale: #A7A7A7. Windows color (decimal): -3362043 or 373708. OLE color: 373708.

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

Color convert

RGB 204 179 5 -
CMYK 0 0.12 0.98 0.2
HSL 52.46º 0.95% 0.41% -
HSV(B) 52.46º 0.98% 0.8% -
XYZ 41.05 45.09 6.68 -
YUV 166.64 36.78 154.65 -
System Red Green Blue C M Y K H S L
Decimal 204 179 5 0 0.12 0.98 0.2 52.46 0.95 0.41
Hex CC B3 5 0 C 62 14 34 5F 29
Octal 314 263 5 0 14 142 24 64 137 51
Binary 11001100 10110011 101 0 1100 1100010 10100 110100 1011111 101001

Color Harmonies of #CCB305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB305

Black with #CCB305

Text Example


Text Example

White with #CCB305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB305; }

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

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

background-color css

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

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

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

border-color css

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

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

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