Html Css Color HEX #CCB913 Bird Flower

📋 copy color: '#CCB913'

red 204 ◦ green 185 ◦ blue 19

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

Shades of Bird Flower #CCB913

Tints of Bird Flower #CCB913

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.34%

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

R = 50%
G = 45.34%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CCB913 (or 0xCCB913) is known color: Bird Flower. HEX triplet: CC, B9 and 13. RGB value is (204,185,19). Sum of RGB (Red+Green+Blue) = 204+185+19=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 185 (72.66% from 255 or 45.34% from 408); Blue value is 19 (7.81% from 255 or 4.66% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB913 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB913 is #3346EC. Grayscale: #ACACAC. Windows color (decimal): -3360493 or 1292748. OLE color: 1292748.

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

Color convert

RGB 204 185 19 -
CMYK 0 0.09 0.91 0.2
HSL 53.84º 0.83% 0.44% -
HSV(B) 53.84º 0.91% 0.8% -
XYZ 42.37 47.58 7.57 -
YUV 171.76 41.79 151 -
System Red Green Blue C M Y K H S L
Decimal 204 185 19 0 0.09 0.91 0.2 53.84 0.83 0.44
Hex CC B9 13 0 9 5B 14 36 53 2C
Octal 314 271 23 0 11 133 24 66 123 54
Binary 11001100 10111001 10011 0 1001 1011011 10100 110110 1010011 101100

Color Harmonies of #CCB913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB913

Black with #CCB913

Text Example


Text Example

White with #CCB913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB913; }

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

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

background-color css

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

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

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

border-color css

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

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

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