Html Css Color HEX #CCB401 Bird Flower

📋 copy color: '#CCB401'

red 204 ◦ green 180 ◦ blue 1

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

Shades of Bird Flower #CCB401

Tints of Bird Flower #CCB401

RGB

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

 GREEN value IS 180 (70.7% from 255) = 46.75%

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

R = 52.99%
G = 46.75%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1.00

 K value IS 0.2

RGB Variations

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

Color information

#CCB401 (or 0xCCB401) is known color: Bird Flower. HEX triplet: CC, B4 and 01. RGB value is (204,180,1). Sum of RGB (Red+Green+Blue) = 204+180+1=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 180 (70.70% from 255 or 46.75% from 385); Blue value is 1 (0.78% from 255 or 0.26% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB401 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB401 is #334BFE. Grayscale: #A7A7A7. Windows color (decimal): -3361791 or 111820. OLE color: 111820.

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

Color convert

RGB 204 180 1 -
CMYK 0 0.12 1.00 0.2
HSL 52.91º 0.99% 0.4% -
HSV(B) 52.91º 1% 0.8% -
XYZ 41.23 45.48 6.63 -
YUV 166.77 34.45 154.55 -
System Red Green Blue C M Y K H S L
Decimal 204 180 1 0 0.12 1.00 0.2 52.91 0.99 0.4
Hex CC B4 1 0 C 64 14 35 63 28
Octal 314 264 1 0 14 144 24 65 143 50
Binary 11001100 10110100 1 0 1100 1100100 10100 110101 1100011 101000

Color Harmonies of #CCB401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB401

Black with #CCB401

Text Example


Text Example

White with #CCB401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB401; }

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

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

background-color css

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

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

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

border-color css

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

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

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