Html Css Color HEX #CCBC06 Bird Flower

📋 copy color: '#CCBC06'

red 204 ◦ green 188 ◦ blue 6

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

Shades of Bird Flower #CCBC06

Tints of Bird Flower #CCBC06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.51%

R = 51.26%
G = 47.24%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CCBC06 (or 0xCCBC06) is known color: Bird Flower. HEX triplet: CC, BC and 06. RGB value is (204,188,6). Sum of RGB (Red+Green+Blue) = 204+188+6=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 188 (73.83% from 255 or 47.24% from 398); Blue value is 6 (2.73% from 255 or 1.51% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBC06 is #3343F9. Grayscale: #ACACAC. Windows color (decimal): -3359738 or 441548. OLE color: 441548.

HSL color Cylindrical-coordinate representation of color #CCBC06: hue angle of 55.15º degrees, saturation: 0.94, 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 #CCBC06 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 188 6 -
CMYK 0 0.08 0.97 0.2
HSL 55.15º 0.94% 0.41% -
HSV(B) 55.15º 0.97% 0.8% -
XYZ 42.92 48.82 7.33 -
YUV 172.04 34.3 150.8 -
System Red Green Blue C M Y K H S L
Decimal 204 188 6 0 0.08 0.97 0.2 55.15 0.94 0.41
Hex CC BC 6 0 8 61 14 37 5E 29
Octal 314 274 6 0 10 141 24 67 136 51
Binary 11001100 10111100 110 0 1000 1100001 10100 110111 1011110 101001

Color Harmonies of #CCBC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBC06

Black with #CCBC06

Text Example


Text Example

White with #CCBC06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBC06; }

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

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

background-color css

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

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

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

border-color css

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

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

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