Html Css Color HEX #CCB914 Bird Flower

📋 copy color: '#CCB914'

red 204 ◦ green 185 ◦ blue 20

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

Shades of Bird Flower #CCB914

Tints of Bird Flower #CCB914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.89%

R = 49.88%
G = 45.23%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CCB914 (or 0xCCB914) is known color: Bird Flower. HEX triplet: CC, B9 and 14. RGB value is (204,185,20). Sum of RGB (Red+Green+Blue) = 204+185+20=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 185 (72.66% from 255 or 45.23% from 409); Blue value is 20 (8.20% from 255 or 4.89% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB914 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB914 is #3346EB. Grayscale: #ACACAC. Windows color (decimal): -3360492 or 1358284. OLE color: 1358284.

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

Color convert

RGB 204 185 20 -
CMYK 0 0.09 0.90 0.2
HSL 53.8º 0.82% 0.44% -
HSV(B) 53.8º 0.9% 0.8% -
XYZ 42.38 47.59 7.61 -
YUV 171.87 42.29 150.92 -
System Red Green Blue C M Y K H S L
Decimal 204 185 20 0 0.09 0.90 0.2 53.8 0.82 0.44
Hex CC B9 14 0 9 5A 14 36 52 2C
Octal 314 271 24 0 11 132 24 66 122 54
Binary 11001100 10111001 10100 0 1001 1011010 10100 110110 1010010 101100

Color Harmonies of #CCB914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB914

Black with #CCB914

Text Example


Text Example

White with #CCB914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB914; }

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

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

background-color css

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

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

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

border-color css

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

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

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