Html Css Color HEX #CCB701 Bird Flower

📋 copy color: '#CCB701'

red 204 ◦ green 183 ◦ blue 1

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

Shades of Bird Flower #CCB701

Tints of Bird Flower #CCB701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 52.58%
G = 47.16%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1.00

 K value IS 0.2

RGB Variations

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

Color information

#CCB701 (or 0xCCB701) is known color: Bird Flower. HEX triplet: CC, B7 and 01. RGB value is (204,183,1). Sum of RGB (Red+Green+Blue) = 204+183+1=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 183 (71.88% from 255 or 47.16% from 388); Blue value is 1 (0.78% from 255 or 0.26% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB701 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB701 is #3348FE. Grayscale: #A9A9A9. Windows color (decimal): -3361023 or 112588. OLE color: 112588.

HSL color Cylindrical-coordinate representation of color #CCB701: hue angle of 53.79º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCB701 is Cyan = 0, Magento = 0.10, Yellow = 1.00 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 183 1 -
CMYK 0 0.10 1.00 0.2
HSL 53.79º 0.99% 0.4% -
HSV(B) 53.79º 1% 0.8% -
XYZ 41.84 46.71 6.84 -
YUV 168.53 33.46 153.3 -
System Red Green Blue C M Y K H S L
Decimal 204 183 1 0 0.10 1.00 0.2 53.79 0.99 0.4
Hex CC B7 1 0 A 64 14 36 63 28
Octal 314 267 1 0 12 144 24 66 143 50
Binary 11001100 10110111 1 0 1010 1100100 10100 110110 1100011 101000

Color Harmonies of #CCB701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB701

Black with #CCB701

Text Example


Text Example

White with #CCB701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB701; }

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

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

background-color css

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

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

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

border-color css

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

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

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