Html Css Color HEX #CCBC0A Bird Flower

📋 copy color: '#CCBC0A'

red 204 ◦ green 188 ◦ blue 10

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

Shades of Bird Flower #CCBC0A

Tints of Bird Flower #CCBC0A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 46.77%

 BLUE value IS 10 (4.3% from 255) = 2.49%

R = 50.75%
G = 46.77%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CCBC0A (or 0xCCBC0A) is known color: Bird Flower. HEX triplet: CC, BC and 0A. RGB value is (204,188,10). Sum of RGB (Red+Green+Blue) = 204+188+10=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 188 (73.83% from 255 or 46.77% from 402); Blue value is 10 (4.30% from 255 or 2.49% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBC0A is #3343F5. Grayscale: #ADADAD. Windows color (decimal): -3359734 or 703692. OLE color: 703692.

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

Color convert

RGB 204 188 10 -
CMYK 0 0.08 0.95 0.2
HSL 55.05º 0.91% 0.42% -
HSV(B) 55.05º 0.95% 0.8% -
XYZ 42.94 48.83 7.45 -
YUV 172.49 36.3 150.47 -
System Red Green Blue C M Y K H S L
Decimal 204 188 10 0 0.08 0.95 0.2 55.05 0.91 0.42
Hex CC BC A 0 8 5F 14 37 5B 2A
Octal 314 274 12 0 10 137 24 67 133 52
Binary 11001100 10111100 1010 0 1000 1011111 10100 110111 1011011 101010

Color Harmonies of #CCBC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBC0A

Black with #CCBC0A

Text Example


Text Example

White with #CCBC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBC0A; }

 p { color: rgb(204,188,10); }

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

background-color css

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

 a { background-color: rgb(204,188,10); }

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

border-color css

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

 span { border-color: rgb(204,188,10); }

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