Html Css Color HEX #CCB515 Bird Flower

📋 copy color: '#CCB515'

red 204 ◦ green 181 ◦ blue 21

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

Shades of Bird Flower #CCB515

Tints of Bird Flower #CCB515

RGB

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

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

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

R = 50.25%
G = 44.58%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CCB515 (or 0xCCB515) is known color: Bird Flower. HEX triplet: CC, B5 and 15. RGB value is (204,181,21). Sum of RGB (Red+Green+Blue) = 204+181+21=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 181 (71.09% from 255 or 44.58% from 406); Blue value is 21 (8.59% from 255 or 5.17% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB515 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB515 is #334AEA. Grayscale: #AAAAAA. Windows color (decimal): -3361515 or 1422796. OLE color: 1422796.

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

Color convert

RGB 204 181 21 -
CMYK 0 0.11 0.90 0.2
HSL 52.46º 0.81% 0.44% -
HSV(B) 52.46º 0.9% 0.8% -
XYZ 41.56 45.94 7.39 -
YUV 169.64 44.12 152.51 -
System Red Green Blue C M Y K H S L
Decimal 204 181 21 0 0.11 0.90 0.2 52.46 0.81 0.44
Hex CC B5 15 0 B 5A 14 34 51 2C
Octal 314 265 25 0 13 132 24 64 121 54
Binary 11001100 10110101 10101 0 1011 1011010 10100 110100 1010001 101100

Color Harmonies of #CCB515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB515

Black with #CCB515

Text Example


Text Example

White with #CCB515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB515; }

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

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

background-color css

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

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

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

border-color css

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

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

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