Html Css Color HEX #CCB713 Bird Flower

📋 copy color: '#CCB713'

red 204 ◦ green 183 ◦ blue 19

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

Shades of Bird Flower #CCB713

Tints of Bird Flower #CCB713

RGB

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

 GREEN value IS 183 (71.88% from 255) = 45.07%

 BLUE value IS 19 (7.81% from 255) = 4.68%

R = 50.25%
G = 45.07%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CCB713 (or 0xCCB713) is known color: Bird Flower. HEX triplet: CC, B7 and 13. RGB value is (204,183,19). Sum of RGB (Red+Green+Blue) = 204+183+19=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 183 (71.88% from 255 or 45.07% from 406); Blue value is 19 (7.81% from 255 or 4.68% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB713 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB713 is #3348EC. Grayscale: #ABABAB. Windows color (decimal): -3361005 or 1292236. OLE color: 1292236.

HSL color Cylindrical-coordinate representation of color #CCB713: hue angle of 53.19º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CCB713 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 183 19 -
CMYK 0 0.10 0.91 0.2
HSL 53.19º 0.83% 0.44% -
HSV(B) 53.19º 0.91% 0.8% -
XYZ 41.95 46.75 7.43 -
YUV 170.58 42.46 151.84 -
System Red Green Blue C M Y K H S L
Decimal 204 183 19 0 0.10 0.91 0.2 53.19 0.83 0.44
Hex CC B7 13 0 A 5B 14 35 53 2C
Octal 314 267 23 0 12 133 24 65 123 54
Binary 11001100 10110111 10011 0 1010 1011011 10100 110101 1010011 101100

Color Harmonies of #CCB713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB713

Black with #CCB713

Text Example


Text Example

White with #CCB713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB713; }

 p { color: rgb(204,183,19); }

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

background-color css

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

 a { background-color: rgb(204,183,19); }

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

border-color css

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

 span { border-color: rgb(204,183,19); }

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