Html Css Color HEX #CCB714 Bird Flower

📋 copy color: '#CCB714'

red 204 ◦ green 183 ◦ blue 20

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

Shades of Bird Flower #CCB714

Tints of Bird Flower #CCB714

RGB

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

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

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

R = 50.12%
G = 44.96%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CCB714 (or 0xCCB714) is known color: Bird Flower. HEX triplet: CC, B7 and 14. RGB value is (204,183,20). Sum of RGB (Red+Green+Blue) = 204+183+20=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 183 (71.88% from 255 or 44.96% from 407); Blue value is 20 (8.20% from 255 or 4.91% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB714 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB714 is #3348EB. Grayscale: #ABABAB. Windows color (decimal): -3361004 or 1357772. OLE color: 1357772.

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

Color convert

RGB 204 183 20 -
CMYK 0 0.10 0.90 0.2
HSL 53.15º 0.82% 0.44% -
HSV(B) 53.15º 0.9% 0.8% -
XYZ 41.96 46.75 7.47 -
YUV 170.7 42.96 151.75 -
System Red Green Blue C M Y K H S L
Decimal 204 183 20 0 0.10 0.90 0.2 53.15 0.82 0.44
Hex CC B7 14 0 A 5A 14 35 52 2C
Octal 314 267 24 0 12 132 24 65 122 54
Binary 11001100 10110111 10100 0 1010 1011010 10100 110101 1010010 101100

Color Harmonies of #CCB714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB714

Black with #CCB714

Text Example


Text Example

White with #CCB714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB714; }

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

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

background-color css

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

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

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

border-color css

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

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

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