Html Css Color HEX #CCBA03 Bird Flower

📋 copy color: '#CCBA03'

red 204 ◦ green 186 ◦ blue 3

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

Shades of Bird Flower #CCBA03

Tints of Bird Flower #CCBA03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.76%

R = 51.91%
G = 47.33%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CCBA03 (or 0xCCBA03) is known color: Bird Flower. HEX triplet: CC, BA and 03. RGB value is (204,186,3). Sum of RGB (Red+Green+Blue) = 204+186+3=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 186 (73.05% from 255 or 47.33% from 393); Blue value is 3 (1.56% from 255 or 0.76% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBA03 is #3345FC. Grayscale: #ABABAB. Windows color (decimal): -3360253 or 244428. OLE color: 244428.

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

Color convert

RGB 204 186 3 -
CMYK 0 0.09 0.99 0.2
HSL 54.63º 0.97% 0.41% -
HSV(B) 54.63º 0.99% 0.8% -
XYZ 42.48 47.96 7.1 -
YUV 170.52 33.46 151.88 -
System Red Green Blue C M Y K H S L
Decimal 204 186 3 0 0.09 0.99 0.2 54.63 0.97 0.41
Hex CC BA 3 0 9 63 14 37 61 29
Octal 314 272 3 0 11 143 24 67 141 51
Binary 11001100 10111010 11 0 1001 1100011 10100 110111 1100001 101001

Color Harmonies of #CCBA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBA03

Black with #CCBA03

Text Example


Text Example

White with #CCBA03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBA03; }

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

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

background-color css

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

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

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

border-color css

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

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

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