Html Css Color HEX #CCCB03 Bird Flower

📋 copy color: '#CCCB03'

red 204 ◦ green 203 ◦ blue 3

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

Shades of Bird Flower #CCCB03

Tints of Bird Flower #CCCB03

RGB

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

 GREEN value IS 203 (79.69% from 255) = 49.51%

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

R = 49.76%
G = 49.51%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CCCB03 (or 0xCCCB03) is known color: Bird Flower. HEX triplet: CC, CB and 03. RGB value is (204,203,3). Sum of RGB (Red+Green+Blue) = 204+203+3=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 203 (79.69% from 255 or 49.51% from 410); Blue value is 3 (1.56% from 255 or 0.73% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCB03 is #3334FC. Grayscale: #B5B5B5. Windows color (decimal): -3355901 or 248780. OLE color: 248780.

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

Color convert

RGB 204 203 3 -
CMYK 0 0.00 0.99 0.2
HSL 59.7º 0.97% 0.41% -
HSV(B) 59.7º 0.99% 0.8% -
XYZ 46.27 55.56 8.37 -
YUV 180.5 27.83 144.76 -
System Red Green Blue C M Y K H S L
Decimal 204 203 3 0 0.00 0.99 0.2 59.7 0.97 0.41
Hex CC CB 3 0 0 63 14 3C 61 29
Octal 314 313 3 0 0 143 24 74 141 51
Binary 11001100 11001011 11 0 0 1100011 10100 111100 1100001 101001

Color Harmonies of #CCCB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCB03

Black with #CCCB03

Text Example


Text Example

White with #CCCB03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCB03; }

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

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

background-color css

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

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

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

border-color css

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

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

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