Html Css Color HEX #CCBA07 Bird Flower

📋 copy color: '#CCBA07'

red 204 ◦ green 186 ◦ blue 7

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

Shades of Bird Flower #CCBA07

Tints of Bird Flower #CCBA07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.76%

R = 51.39%
G = 46.85%
B = 1.76%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CCBA07 (or 0xCCBA07) is known color: Bird Flower. HEX triplet: CC, BA and 07. RGB value is (204,186,7). Sum of RGB (Red+Green+Blue) = 204+186+7=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 7 (3.12% from 255 or 1.76% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBA07 is #3345F8. Grayscale: #ABABAB. Windows color (decimal): -3360249 or 506572. OLE color: 506572.

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

Color convert

RGB 204 186 7 -
CMYK 0 0.09 0.97 0.2
HSL 54.52º 0.93% 0.41% -
HSV(B) 54.52º 0.97% 0.8% -
XYZ 42.5 47.97 7.22 -
YUV 170.98 35.46 151.55 -
System Red Green Blue C M Y K H S L
Decimal 204 186 7 0 0.09 0.97 0.2 54.52 0.93 0.41
Hex CC BA 7 0 9 61 14 37 5D 29
Octal 314 272 7 0 11 141 24 67 135 51
Binary 11001100 10111010 111 0 1001 1100001 10100 110111 1011101 101001

Color Harmonies of #CCBA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBA07

Black with #CCBA07

Text Example


Text Example

White with #CCBA07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBA07; }

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

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

background-color css

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

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

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

border-color css

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

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

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