Html Css Color HEX #CCB304 Bird Flower

📋 copy color: '#CCB304'

red 204 ◦ green 179 ◦ blue 4

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

Shades of Bird Flower #CCB304

Tints of Bird Flower #CCB304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.03%

R = 52.71%
G = 46.25%
B = 1.03%

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

#CCB304 (or 0xCCB304) is known color: Bird Flower. HEX triplet: CC, B3 and 04. RGB value is (204,179,4). Sum of RGB (Red+Green+Blue) = 204+179+4=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 179 (70.31% from 255 or 46.25% from 387); Blue value is 4 (1.95% from 255 or 1.03% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB304 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB304 is #334CFB. Grayscale: #A7A7A7. Windows color (decimal): -3362044 or 308172. OLE color: 308172.

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

Color convert

RGB 204 179 4 -
CMYK 0 0.12 0.98 0.2
HSL 52.5º 0.96% 0.41% -
HSV(B) 52.5º 0.98% 0.8% -
XYZ 41.04 45.09 6.65 -
YUV 166.53 36.28 154.73 -
System Red Green Blue C M Y K H S L
Decimal 204 179 4 0 0.12 0.98 0.2 52.5 0.96 0.41
Hex CC B3 4 0 C 62 14 34 60 29
Octal 314 263 4 0 14 142 24 64 140 51
Binary 11001100 10110011 100 0 1100 1100010 10100 110100 1100000 101001

Color Harmonies of #CCB304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB304

Black with #CCB304

Text Example


Text Example

White with #CCB304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB304; }

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

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

background-color css

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

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

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

border-color css

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

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

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