Html Css Color HEX #CCBA05 Bird Flower

📋 copy color: '#CCBA05'

red 204 ◦ green 186 ◦ blue 5

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

Shades of Bird Flower #CCBA05

Tints of Bird Flower #CCBA05

RGB

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

 GREEN value IS 186 (73.05% from 255) = 47.09%

 BLUE value IS 5 (2.34% from 255) = 1.27%

R = 51.65%
G = 47.09%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CCBA05 (or 0xCCBA05) is known color: Bird Flower. HEX triplet: CC, BA and 05. RGB value is (204,186,5). Sum of RGB (Red+Green+Blue) = 204+186+5=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 186 (73.05% from 255 or 47.09% from 395); Blue value is 5 (2.34% from 255 or 1.27% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBA05 is #3345FA. Grayscale: #ABABAB. Windows color (decimal): -3360251 or 375500. OLE color: 375500.

HSL color Cylindrical-coordinate representation of color #CCBA05: hue angle of 54.57º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CCBA05 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 186 5 -
CMYK 0 0.09 0.98 0.2
HSL 54.57º 0.95% 0.41% -
HSV(B) 54.57º 0.98% 0.8% -
XYZ 42.49 47.97 7.16 -
YUV 170.75 34.46 151.72 -
System Red Green Blue C M Y K H S L
Decimal 204 186 5 0 0.09 0.98 0.2 54.57 0.95 0.41
Hex CC BA 5 0 9 62 14 37 5F 29
Octal 314 272 5 0 11 142 24 67 137 51
Binary 11001100 10111010 101 0 1001 1100010 10100 110111 1011111 101001

Color Harmonies of #CCBA05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBA05

Black with #CCBA05

Text Example


Text Example

White with #CCBA05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBA05; }

 p { color: rgb(204,186,5); }

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

background-color css

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

 a { background-color: rgb(204,186,5); }

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

border-color css

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

 span { border-color: rgb(204,186,5); }

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