Html Css Color HEX #CCBC07 Bird Flower

📋 copy color: '#CCBC07'

red 204 ◦ green 188 ◦ blue 7

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

Shades of Bird Flower #CCBC07

Tints of Bird Flower #CCBC07

RGB

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

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

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

R = 51.13%
G = 47.12%
B = 1.75%

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

#CCBC07 (or 0xCCBC07) is known color: Bird Flower. HEX triplet: CC, BC and 07. RGB value is (204,188,7). Sum of RGB (Red+Green+Blue) = 204+188+7=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 188 (73.83% from 255 or 47.12% from 399); Blue value is 7 (3.12% from 255 or 1.75% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBC07 is #3343F8. Grayscale: #ACACAC. Windows color (decimal): -3359737 or 507084. OLE color: 507084.

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

Color convert

RGB 204 188 7 -
CMYK 0 0.08 0.97 0.2
HSL 55.13º 0.93% 0.41% -
HSV(B) 55.13º 0.97% 0.8% -
XYZ 42.92 48.82 7.36 -
YUV 172.15 34.8 150.72 -
System Red Green Blue C M Y K H S L
Decimal 204 188 7 0 0.08 0.97 0.2 55.13 0.93 0.41
Hex CC BC 7 0 8 61 14 37 5D 29
Octal 314 274 7 0 10 141 24 67 135 51
Binary 11001100 10111100 111 0 1000 1100001 10100 110111 1011101 101001

Color Harmonies of #CCBC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBC07

Black with #CCBC07

Text Example


Text Example

White with #CCBC07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBC07; }

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

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

background-color css

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

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

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

border-color css

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

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

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