Html Css Color HEX #CCB315 Bird Flower

📋 copy color: '#CCB315'

red 204 ◦ green 179 ◦ blue 21

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

Shades of Bird Flower #CCB315

Tints of Bird Flower #CCB315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.2%

R = 50.5%
G = 44.31%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CCB315 (or 0xCCB315) is known color: Bird Flower. HEX triplet: CC, B3 and 15. RGB value is (204,179,21). Sum of RGB (Red+Green+Blue) = 204+179+21=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 179 (70.31% from 255 or 44.31% from 404); Blue value is 21 (8.59% from 255 or 5.20% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB315 is #334CEA. Grayscale: #A9A9A9. Windows color (decimal): -3362027 or 1422284. OLE color: 1422284.

HSL color Cylindrical-coordinate representation of color #CCB315: hue angle of 51.8º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCB315 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 179 21 -
CMYK 0 0.12 0.90 0.2
HSL 51.8º 0.81% 0.44% -
HSV(B) 51.8º 0.9% 0.8% -
XYZ 41.16 45.13 7.25 -
YUV 168.46 44.78 153.35 -
System Red Green Blue C M Y K H S L
Decimal 204 179 21 0 0.12 0.90 0.2 51.8 0.81 0.44
Hex CC B3 15 0 C 5A 14 34 51 2C
Octal 314 263 25 0 14 132 24 64 121 54
Binary 11001100 10110011 10101 0 1100 1011010 10100 110100 1010001 101100

Color Harmonies of #CCB315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB315

Black with #CCB315

Text Example


Text Example

White with #CCB315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB315; }

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

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

background-color css

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

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

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

border-color css

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

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

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